blob: aa3ccc4bbaf60232bc2cd11ff5eb93a1773e696f [file] [log] [blame]
module top (input C, D, R, output Q);
SB_DFFR ff (.C(C), .D(D), .R(R), .Q(Q));
endmodule