aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl/vhdl/canon.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyGHDL/libghdl/vhdl/canon.py')
-rw-r--r--pyGHDL/libghdl/vhdl/canon.py20
1 files changed, 10 insertions, 10 deletions
diff --git a/pyGHDL/libghdl/vhdl/canon.py b/pyGHDL/libghdl/vhdl/canon.py
index d5c55e4e6..e9bddb07c 100644
--- a/pyGHDL/libghdl/vhdl/canon.py
+++ b/pyGHDL/libghdl/vhdl/canon.py
@@ -6,9 +6,9 @@
# | .__/ \__, |\____|_| |_|____/|_____(_)_|_|_.__/ \__, |_| |_|\__,_|_|
# |_| |___/ |___/
# =============================================================================
-# Authors:
-# Tristan Gingold
-# Patrick Lehmann
+# Authors:
+# Tristan Gingold
+# Patrick Lehmann
#
# Package module: Python binding and low-level API for shared library 'libghdl'.
#
@@ -36,16 +36,16 @@ from ctypes import c_bool
from pyGHDL.libghdl import libghdl
-__all__ = ["Flag_Concurrent_Stmts", "Flag_Configurations", "Flag_Associations"]
+__all__ = [
+ "Flag_Concurrent_Stmts",
+ "Flag_Configurations",
+ "Flag_Associations"
+]
-Flag_Concurrent_Stmts = c_bool.in_dll(
- libghdl, "vhdl__canon__canon_flag_concurrent_stmts"
-)
+Flag_Concurrent_Stmts = c_bool.in_dll(libghdl, "vhdl__canon__canon_flag_concurrent_stmts")
Flag_Configurations = c_bool.in_dll(libghdl, "vhdl__canon__canon_flag_configurations")
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)