icestorm/icefuzz/tests/sb_dffe.v

4 lines
90 B
Verilog

module top (input C, D, E, output Q);
SB_DFFE ff (.C(C), .D(D), .E(E), .Q(Q));
endmodule