Skip to content

Commit

Permalink
Merge pull request #423 from nickg/fix-vunit
Browse files Browse the repository at this point in the history
Fix compatibility with VUnit 5
  • Loading branch information
mikey authored Sep 30, 2023
2 parents f59485f + 3affa96 commit 63d4553
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 63d4553

Please sign in to comment.