wsaleem wrote
I am reviving this thread because I have the same problem and I cannot apply the fix of shortening the path name. Any way to see the full error message, say by scrolling?
On Windows, if you hover the mouse over the status line you will get a popup that shows the message in a smaller font that may let you see you enough. (I haven't tested this on Mac or Linux.)
The better solution is to run from the command line. See Updated batch and script files to get the latest command line batch/script files and get them set up to run from any directory. This will work on Windows, Mac and Linux.
When you run the Hardware Simulator with a .tst file from the command line, you will get the entire error message:
C:\Documents and Settings\MarkA\My Documents\nand2tetris\projects\01>HardwareSim
ulator And.tst
In HDL file C:\Documents and Settings\MarkA\My Documents\nand2tetris\projects\01
\And.hdl, Line 21, fubar has no source pin: load And.hdl
C:\Documents and Settings\MarkA\My Documents\nand2tetris\projects\01>
--Mark