From d5b65813b36bf0e179d514ebd872a8b4f5cc79e7 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Mon, 28 Dec 2020 23:53:07 +0100 Subject: Allow execution of tests within testsuite. --- pyGHDL/dom/Misc.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pyGHDL') diff --git a/pyGHDL/dom/Misc.py b/pyGHDL/dom/Misc.py index 82c1f8fac..f8c3d5b73 100644 --- a/pyGHDL/dom/Misc.py +++ b/pyGHDL/dom/Misc.py @@ -32,7 +32,8 @@ class Design(VHDLModel_Design): errorout_console.Install_Handler() libghdl.set_option(b"--std=08") - libghdl.analyze_init() +# if libghdl.analyze_init_status() != 0: +# raise LibGHDLException("Error initializing 'libghdl'.") @export class Library(VHDLModel_Library): -- cgit v1.2.3