Skip to content

Commit

Permalink
Fix VUnit breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
harry-commin-enclustra committed Aug 30, 2023
1 parent 6857fd3 commit fb6b0f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sim/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ def __init__(self, dirname):

# Create VUnit object from command line arguments
vu = VUnit.from_args(args=args)
vu.add_vhdl_builtins()

# Create test suite
create_test_suite(vu, args)
Expand Down

0 comments on commit fb6b0f7

Please sign in to comment.