what is wrong with my bit register?

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

what is wrong with my bit register?

Peste_Bubonica

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)
Reply | Threaded
Open this post in threaded view
|

Re: what is wrong with my bit register?

WBahn
Administrator
How does the Mux know which input signal to send to its output?