1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-03-09 04:00:04 +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

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([