blob: b707d77c3b3c93ee1e09235b8d03cefb906e7e85 [file] [log] [blame]
module top (input C, D, E, output Q);
SB_DFFE ff (.C(C), .D(D), .E(E), .Q(Q));
endmodule