aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/dom/Misc.py
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2020-12-29 00:26:19 +0100
committerPatrick Lehmann <Patrick.Lehmann@plc2.de>2020-12-29 00:26:19 +0100
commit9e991938ae1f0ad188ce33f73c51b1c9d4354589 (patch)
tree07ed9a95592f0627d2784c9c77a3be94fa471094 /pyGHDL/dom/Misc.py
parent3e6c7275d2c48e4aa56a6dc1cec536250c1e95fd (diff)
downloadghdl-9e991938ae1f0ad188ce33f73c51b1c9d4354589.tar.gz
ghdl-9e991938ae1f0ad188ce33f73c51b1c9d4354589.tar.bz2
ghdl-9e991938ae1f0ad188ce33f73c51b1c9d4354589.zip
Made path to VHDL files relative to the testcase.
Diffstat (limited to 'pyGHDL/dom/Misc.py')
-rw-r--r--pyGHDL/dom/Misc.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyGHDL/dom/Misc.py b/pyGHDL/dom/Misc.py
index f8c3d5b73..8493028de 100644
--- a/pyGHDL/dom/Misc.py
+++ b/pyGHDL/dom/Misc.py
@@ -32,6 +32,8 @@ class Design(VHDLModel_Design):
errorout_console.Install_Handler()
libghdl.set_option(b"--std=08")
+
+ # Finish initialization. This will load the standard package.
# if libghdl.analyze_init_status() != 0:
# raise LibGHDLException("Error initializing 'libghdl'.")