blob: 6d05c7e8e65c5c212eca43435210829c4ce93c38 [file] [log] [blame]
module top (input C, D, E, R, output Q);
SB_DFFER ff (.C(C), .D(D), .E(E), .R(R), .Q(Q));
endmodule