Problem with the simulator

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

Problem with the simulator

shubhams
I'm editing the .hdl file and after that whenever i try to load the file into the simulator it says .. loading chip and nothing happens. I'm usimg it in windows platform. Please help.
Reply | Threaded
Open this post in threaded view
|

Re: Problem with the simulator

Simon van Meygaarden
Hi there,

if you just load an .hdl file, you are in interactive mode: so you need to set the input values yourself, and press Single Step (single arrow) to see the result. If you want the perform all the available tests in one go, you need to run the test script: so to test Not.hdl load Not.tst and press Run (double arrow).

Hope this helps...
Take care,
Simon
Reply | Threaded
Open this post in threaded view
|

Re: Problem with the simulator

shubhams
Whenever I put the logic after editing the .hdl file and try to load it into the simulator, it stops responding. It says, loading chip at the bottom of the screen and nothing happens. It is not able to load the .hdl file
Reply | Threaded
Open this post in threaded view
|

Re: Problem with the simulator

ybakos
If you have implemented a chip and are trying to test it, be sure to load the test script in the simulator - not the chip itself.
Reply | Threaded
Open this post in threaded view
|

Re: Problem with the simulator

shubhams
Solved it. Thanks to all of you.
It was because I was trying to implement with basic gates and the problem statement said to make it using NAND gate.