@ -56,7 +56,10 @@ input D, C, L;
input nP, nR;
output Q,Qbar;
// TBD
wire D_out;
MUX1_2x1 data(D_out, Q, D, L);
D_FF dff(Q, Qbar, D_out, C, nP, nR);
endmodule
The note is not visible to the blocked user.