Completed the Bit chip. Not great but after a month break from this I need to relearn how to work with the HDL language.
This commit is contained in:
@@ -15,4 +15,7 @@ CHIP Bit {
|
||||
|
||||
PARTS:
|
||||
// Put your code here:
|
||||
Mux(a=FromDFF, b=in, sel=load, out=selected);
|
||||
DFF(in=selected, out=FromDFF);
|
||||
And(a=FromDFF, b=FromDFF, out=out);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user