blob: fb797bc019ca64c6efb5547f9343cd8b85bd13ee [file] [log] [blame]
module top (input C, D, S, output Q);
SB_DFFSS ff (.C(C), .D(D), .S(S), .Q(Q));
endmodule