Skip to content

Commit

Permalink
Fix compatibility with latest VUnit release
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Gasson <[email protected]>
  • Loading branch information
nickg committed Sep 30, 2023
1 parent f59485f commit 3affa96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
ROOT = Path(__file__).parent

PRJ = VUnit.from_argv()
PRJ.add_vhdl_builtins()
PRJ.add_osvvm()

PRJ.add_library("lib").add_source_files([
Expand Down

0 comments on commit 3affa96

Please sign in to comment.