Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions vunit/builtins.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,15 @@ def _add_osvvm(self):
):
continue

if supports_vhdl_package_generics and (
bname
in [
"ScoreboardPkg_int_c.vhd",
"ScoreboardPkg_slv_c.vhd",
]
):
continue

library.add_source_files(file_name, preprocessors=[])

def _add_json4vhdl(self):
Expand Down