Re: Trouble with multibit gates

Posted by paintchip on
URL: http://nand2tetris-questions-and-answers-forum.52.s1.nabble.com/Trouble-with-multibit-gates-tp3326308p3326391.html

So it turns out that my implementation was correct, but there was something screwy with the directory I was testing the scripts in. I unpacked the zip file into its own directory and when I move my .hdl files into that directory, or use the shell files from the zip in that directory, I always get 0s for "out" in my output file. When I move the .tst, .hdl, and .cmp files to another directory it works fine. The permissions are the same for both directories, but the unix unzip utility may do something weird to the files. I was pulling my hair out trying to figure out the HDL syntax that I had right all along :D