Re: Implement Fibonacci Sequence generator

Posted by cadet1620 on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Implement-Fibonacci-Sequence-generator-tp4031212p4031216.html

Your circuit as drawn has the output of Reg1 connected to the output of the f0 multiplexor. That's probably what the HardwareSimulator is complaining about.

You might want to get Logisim. It's a nice schematic based logic simulator that will help you explore circuits like this.  Too bad it doesn't import or export HDL.

Feel free to email your files to me and to ask questions by mail.

--Mark