Changes in the ROM after loading script

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Changes in the ROM after loading script

golan13
Hello,
Has anyone encountered an instance in which after loading the test script for the multi.asm, the script changes the ROM and it stops working?
I wonder why it does that.
I have screenshots of before and after.
Thanks
Reply | Threaded
Open this post in threaded view
|

Re: Changes in the ROM after loading script

ivant
The test script is meant to be used as the main thing you load. It contains a load command like "load Not.hdl".

You should just load the test script and run it. You can then make changes to your hdl file and just rerun the simulation, but it sometimes has left-over state from previous runs. That's why if I see strange errors I close the simulator and start it again. I make sure to do that at least once for the gate I'm designing.

This applies for the CPU and VM emulators too.