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.py10
1 files changed, 4 insertions, 6 deletions
diff --git a/pyGHDL/libghdl/vhdl/canon.py b/pyGHDL/libghdl/vhdl/canon.py
index e9bddb07c..086755c35 100644
--- a/pyGHDL/libghdl/vhdl/canon.py
+++ b/pyGHDL/libghdl/vhdl/canon.py
@@ -36,13 +36,11 @@ 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")