Hardware Simulator Issue

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

Hardware Simulator Issue

zdog629
For some reason when I attempt to load my Or8Way chip the simulator gives me an error stating I am missing the CHIP keyword on the line where the CHIP keyword is located. Any ideas would be wonderful.
Reply | Threaded
Open this post in threaded view
|

Re: Hardware Simulator Issue

cadet1620
Administrator
zdog629 wrote
For some reason when I attempt to load my Or8Way chip the simulator gives me an error stating I am missing the CHIP keyword on the line where the CHIP keyword is located. Any ideas would be wonderful.
I'd guess a malformed comment or other junk characters on lines before the CHIP. Check that the /* and */ all match. (I don't think that nested comments are supported.)

If you can't find the problem, you can email me your HDL.

--Mark
Reply | Threaded
Open this post in threaded view
|

Re: Hardware Simulator Issue

zdog629
Ahh that did it. Thank you for that, as well as the speedy reply.