Skip to content

fix dependency for vhdl instances inside (Sysytem) verilog modules - #979

Open
roynil wants to merge 8 commits into
VUnit:masterfrom
roynil:master
Open

fix dependency for vhdl instances inside (Sysytem) verilog modules#979
roynil wants to merge 8 commits into
VUnit:masterfrom
roynil:master

Conversation

@roynil

@roynil roynil commented Nov 24, 2023

Copy link
Copy Markdown

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)

roynil and others added 8 commits November 21, 2023 16:11
_find_verilog_module_dependencies scans for vhdl primary units
Parse interfaces as modules
Prevents getting:
# ** Error: error reading "stdin": interrupted system call

# Error in macro /home/jenkins/.local/lib/python3.6/site-packages/vunit/sim_if/tcl_read_eval_loop.tcl line 12

# error reading "stdin": interrupted system call 

when running regression from Jenkins
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.

1 participant