Re: Issue with running hdl in project 01 folder on OSX 10.9.1

Posted by cadet1620 on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Issue-with-running-hdl-in-project-01-folder-on-OSX-10-9-1-tp4027704p4027706.html

The HDL files supplied in the project directories do not have implementations so you cannot use them in other chips until you write their implementations and they pass their tests.

You need to implement the chips in the order presented in section 1.2 — make Not using only Nand, then make And using Nand and Not, then make Or using Nand, Not and And, etc.

You should read the Hardware Construction Survival Kit, it tells you this and other useful information.

--Mark