From 498ee9b65347604fd33782907cb9ef8fa92443f4 Mon Sep 17 00:00:00 2001 From: umarcor Date: Mon, 31 Aug 2020 00:44:26 +0200 Subject: py undefined symbols --- python/libghdl/thin/vhdl/canon.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python/libghdl/thin/vhdl/canon.py') diff --git a/python/libghdl/thin/vhdl/canon.py b/python/libghdl/thin/vhdl/canon.py index 8cd5637d3..7893cf3ff 100644 --- a/python/libghdl/thin/vhdl/canon.py +++ b/python/libghdl/thin/vhdl/canon.py @@ -9,6 +9,6 @@ Flag_Configurations = c_bool.in_dll(libghdl, "vhdl__canon__canon_flag_configurat Flag_Associations = c_bool.in_dll(libghdl, "vhdl__canon__canon_flag_associations") -Extract_Sequential_Statement_Chain_Sensitivity = ( - libghdl.vhdl__canon__canon_extract_sequential_statement_chain_sensitivity -) +# Extract_Sequential_Statement_Chain_Sensitivity = ( +# libghdl.vhdl__canon__canon_extract_sequential_statement_chain_sensitivity +# ) -- cgit v1.2.3