markbrodie wrote
In testing CPU.hdl, I encounter a comparison failure, but the output pins all match the values in CPU.cmp at that line. Not sure how to proceed ...
Mark
The Hardware Simulator should be doing a strict text comparison between the .out and .cmp files. You can hit the run and single step buttons to continue the test after the comparison failure. You can then compare the .out and .cmp files outside of the simulator where you can see all of the text. (There are some tests where the output is too wide to see it all, I can't remember if CPU is one of them.)
If you can't find the difference, please email me your CPU.hdl. I'd like to see if I can reproduce the problem.
--Mark