We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a2a569 commit 336ad73Copy full SHA for 336ad73
control/run.py
@@ -8,6 +8,7 @@
8
ROOT = Path(__file__).resolve().parent
9
10
VU = VUnit.from_argv()
11
+VU.add_vhdl_builtins()
12
VU.add_verification_components()
13
14
LIB = VU.add_library("lib")
ghdl_ug/vunit_run.py
@@ -7,6 +7,7 @@
7
# Create VUnit instance by parsing command line arguments
vu = VUnit.from_argv()
+vu.add_vhdl_builtins()
# Create library 'lib'
lib = vu.add_library("lib")
0 commit comments