Login  Register

Hardware Simulator Error loading .hdl file

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

Hardware Simulator Error loading .hdl file

sam11
8 posts
This post was updated on Feb 07, 2024; 3:06am.
I get the following error seen in the image when I try to run DMux.tst file.
Any help would be appreciated.

Error Screenshot

DMux.hdl file deleted

DMux.tst
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Hardware Simulator Error loading .hdl file

WBahn
Administrator
1552 posts
The problem (which is known and has been reported to the authors) is that the comment immediately before the CHIP statement is not properly terminated. Add a / to the * at the beginning of that line.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Hardware Simulator Error loading .hdl file

sam11
8 posts
can't believe I didn't notice that. thanks.