blob: 51acc95ed609fafcc1593c27f347c6aab2a1839e [file] [log] [blame]
module top (input C, D, E, R, output Q);
SB_DFFESR ff (.C(C), .D(D), .E(E), .R(R), .Q(Q));
endmodule