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