# -*- mode: snippet -*- # name: always(sync rstn) # key: # -- always@(posedge clk) begin if(!rstn) begin /*AUTORESET*/ end else begin end end