@ -95,7 +95,13 @@ input S, R, C;
input nP, nR;
output Q,Qbar;
// TBD
wire r1, r2;
nand n1(r1, C, S);
nand n2(r2, C, R);
nand n3(Q, nP, r1, Qbar);
nand n4(Qbar, nR, r2, Q);
endmodule
The note is not visible to the blocked user.