aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl/flags.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyGHDL/libghdl/flags.py')
-rw-r--r--pyGHDL/libghdl/flags.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyGHDL/libghdl/flags.py b/pyGHDL/libghdl/flags.py
index fadd3bb52..523b6c9cf 100644
--- a/pyGHDL/libghdl/flags.py
+++ b/pyGHDL/libghdl/flags.py
@@ -41,6 +41,7 @@ __all__ = [
"Verbose",
"Flag_Elaborate_With_Outdated",
"Flag_Force_Analysis",
+ "AMS_Vhdl",
"Flag_Gather_Comments",
]
@@ -54,4 +55,6 @@ Flag_Elaborate_With_Outdated = c_bool.in_dll(libghdl, "flags__flag_elaborate_wit
Flag_Force_Analysis = c_bool.in_dll(libghdl, "flags__flag_force_analysis")
+AMS_Vhdl = c_bool.in_dll(libghdl, "flags__ams_vhdl")
+
Flag_Gather_Comments = c_bool.in_dll(libghdl, "flags__flag_gather_comments")