Gateclass name expected
Posted by runningdawg on Mar 27, 2010; 11:27pm
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Gateclass-name-expected-tp680785.html
This cropped up for the first time while trying to implement the ALU chip. It flags the first time I invoke the Mux4Way16 chip. Unfortunately the message is predictably too cryptic to be very helpful. What is a gateclass name and why wouldn't the Mux4Way16 chip be considered one? Moreover, even if i comment out that line in the code I get the same error message on the following line. Something else is going on I suspect.