Nand2Tetris Questions and Answers Forum
›
Hardware
›
Chapter 3
Search
everywhere
only in this topic
Advanced Search
what is wrong with my bit register?
Classic
List
Threaded
♦
♦
Locked
2 messages
Peste_Bubonica
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
what is wrong with my bit register?
idk why it keeps me giving compare error
PARTS:
Mux(b=dffout, a=in, out=muxout);
DFF(in=muxout, out=dffout);
Not(in=dffout, out=notnot);
Not(in=notnot, out=out);
(I put two not gate together because I don't know how to use the chip output as input)
WBahn
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: what is wrong with my bit register?
Administrator
How does the Mux know which input signal to send to its output?
Free forum by Nabble
Edit this page