Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation error on external name #952

Closed
tasgomes opened this issue Aug 22, 2024 · 0 comments
Closed

Compilation error on external name #952

tasgomes opened this issue Aug 22, 2024 · 0 comments

Comments

@tasgomes
Copy link

I found this example in a project that is hard to share in order for you to reproduce. But I was able to reproduce it using a dummy statement in a simpler TB.

image

This seems to be a VHDL parser problem. It expects either a constant, signal or variable. But then it complains that a constant was unexpected.

This compile fines in GHDL, Questa or Modelsim.

nvc_bug_3.zip

To reproduce open a console, go to folder fw, and execute:
python3 -u ./sim/run.py -o ./sim/vunit_out/nvc --simulator nvc --simulator-path C:/NVC_1_13_2/bin --vendor-lib ./fw/sim/sim_lib/nvc --compile

Please adapt the path of the NVC installation folder in the command above (see --simulator-path).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant