1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-01-21 01:57:39 +00:00

Merge pull request #423 from nickg/fix-vunit

Fix compatibility with VUnit 5
This commit is contained in:
Michael Neuling 2023-10-01 09:12:19 +11:00 committed by GitHub
commit 63d4553fae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
run.py
View File

@ -7,6 +7,7 @@ from vunit import VUnit
ROOT = Path(__file__).parent
PRJ = VUnit.from_argv()
PRJ.add_vhdl_builtins()
PRJ.add_osvvm()
PRJ.add_library("lib").add_source_files([