Skip to content

fix(vivado): property usage for simulation files - #550

Open
tymonx wants to merge 2 commits into
olofk:mainfrom
tymonx:feature/vivado-sim-tag
Open

fix(vivado): property usage for simulation files#550
tymonx wants to merge 2 commits into
olofk:mainfrom
tymonx:feature/vivado-sim-tag

Conversation

@tymonx

@tymonx tymonx commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

Closes #474

Based on @rbrglez hard-work from this PR #475

I have updated Vivado tests. Original commit with @rbrglez as co-author is preserved.

Additionally, I have fixed another issue. When adding Verilog/SystemVerilog header file/include directory with the simulation tag, the property was set on non-existing path because header file/include directory was not added. I have moved the whole logic inside the if not self._add_include_dir(): block. Now, it is also working for Verilog/SystemVerilog header files/include directories when the simulation tag was set.

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.

Vivado: used_in_implementation property not supported for .vhd/.v files with simulation tag

1 participant