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 dependency for vhdl instances inside (Sysytem) verilog modules #979

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

roynil
Copy link

@roynil roynil commented Nov 24, 2023

I have found that vunit don't build full dependency between verilog and vhdl #929.

I have updated project.py to also check if a instance is a VHDL-instance. I have also updated verilog/parser.py to parse interfaces as modules (which they basically are).

tox -e py38-unit,py38-acceptance-modelsim

passes (questa 2023.4) with the exception of tb_uart_lib.tb_uart_rx.test_receives_one_byte (due to #889)

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

1 participant