index
:
nand2tetris.git
public
nand2tetris
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
projects
/
02
/
Test.hdl
blob: 4b121572be08211765a7952aad47f974b18aee2f (
plain
) (
blame
)
1
2
3
4
5
6
7
8
CHIP Test{ IN x[16], y; OUT out[16]; PARTS: Mux (a=x, b=true, out=out); }