Re: Multi-Bit Gate Implementation (warning: example HDL)
Posted by
cadet1620 on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Multi-Bit-Gate-Implementation-warning-example-HDL-tp4027549p4027550.html
cholland89 wrote
When implementing the multi-bit versions of basic gates(not,and,or) are we to use the previously built versions?
Yes, use the gates you have built to build your new gates.
This idea of abstraction is one of the aims of the course. If you were to try to build everything with Nands, it would be a huge amount of effort. See
Why We Like Abstraction.
--Mark