From f1c30ad16e0914455ee2c84e80714f6b271021f2 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 30 Dec 2020 10:29:16 +0100 Subject: Rework initialization and finalization. libghdl can now be re-initialized. --- testsuite/pyunit/libghdl/Initialize.py | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuite/pyunit/libghdl') diff --git a/testsuite/pyunit/libghdl/Initialize.py b/testsuite/pyunit/libghdl/Initialize.py index 0a46fe8b4..ccc157fd7 100644 --- a/testsuite/pyunit/libghdl/Initialize.py +++ b/testsuite/pyunit/libghdl/Initialize.py @@ -23,6 +23,7 @@ class Instantiate(TestCase): def test_InitializeGHDL(self) -> None: """Initialization: set options and then load libaries""" + libghdl.initialize() # Print error messages on the console. errorout_console.Install_Handler() -- cgit v1.2.3