(WIP): REG1

This commit is contained in:
2024-10-19 15:54:51 -07:00
parent 7c0645eaa1
commit a110f7c042

View File

@@ -56,7 +56,10 @@ input D, C, L;
input nP, nR; input nP, nR;
output Q,Qbar; 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 endmodule