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

Fix GHDL "prefix of array attribute must be an object name" #631

Merged
merged 1 commit into from
Mar 4, 2020
Merged

Fix GHDL "prefix of array attribute must be an object name" #631

merged 1 commit into from
Mar 4, 2020

Conversation

LukasVik
Copy link
Contributor

@LukasVik LukasVik commented Mar 4, 2020

Since a couple of days ago, new VUnit version and new GHDL version gives errors like

/usr/local/lib/python3.8/site-packages/vunit_hdl-4.3.1rc0-py3.8.egg/vunit/vhdl/data_types/src/codec.vhd:520:47: prefix of array attribute must be an object name

during compilation. This PR fixes these so that compile passes.

@eine
Copy link
Collaborator

eine commented Mar 6, 2020

I'm finding this in other places: https://github.com/eine/vunit/runs/489366945?check_suite_focus=true#step:4:357 According to ghdl/ghdl#1152, we should fix it on our side. However, it is surprising for me that all checks passed when this PR was merged and only GNU/Linux tests are failing now.

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

Successfully merging this pull request may close these issues.

None yet

3 participants