Login  Register

Re: .hdl file modification

Posted by ybakos on Apr 03, 2012; 1:48pm
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/hdl-file-modification-tp3880550p3880988.html

Why are you trying to make the .hdl file executable?

If your goal is to see if your Not.hdl implementation is correct, you can either:

HardwareSimulator.sh /absolute/path/to/project01/Not.tst

(where "/absolute/path/to/..." is entirely dependent on your system)

Or, start up the HardwareSimulator and load & run Not.tst.