Login  Register

Re: Trouble with an error in hardware simulator

Posted by ybakos on May 28, 2016; 12:57pm
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Trouble-with-an-error-in-hardware-simulator-tp66599p4029890.html

Sarfraz, recall that the Mux16 has only two inputs: a and b. You are specifying that Mux16 has 4 inputs, a - d. You can also simplify your HDL. Since the Mux4Way16 inputs and outputs are 16 bits, and the Mux16 has 16 bit inputs and outputs, you can write a=a and out=out1, etc.