From 9e991938ae1f0ad188ce33f73c51b1c9d4354589 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Tue, 29 Dec 2020 00:26:19 +0100 Subject: Made path to VHDL files relative to the testcase. --- pyGHDL/dom/Misc.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pyGHDL/dom') 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'.") -- cgit v1.2.3