icestorm/icefuzz/tests/sb_dffe.v

4 lines
90 B
Coq
Raw Normal View History

2015-07-18 13:10:40 +02:00
module top (input C, D, E, output Q);
SB_DFFE ff (.C(C), .D(D), .E(E), .Q(Q));
endmodule