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