Skip to content

Commit

Permalink
WIP: Bump OSVVM to latest version. Related to #712.
Browse files Browse the repository at this point in the history
This commits ignores files with VHDL-2019 features to make sure that the rest doesn't break anything.
  • Loading branch information
LarsAsplund committed Mar 19, 2021
1 parent 3d41e10 commit 045c6dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions vunit/builtins.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ def _add_osvvm(self):
(simulator_coverage_api == "rivierapro")
and (bname == "VendorCovApiPkg.vhd")
)
or ("2019" in bname)
):
continue

Expand Down

0 comments on commit 045c6dc

Please sign in to comment.