diff options
Diffstat (limited to 'pyGHDL/libghdl/flags.py')
-rw-r--r-- | pyGHDL/libghdl/flags.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyGHDL/libghdl/flags.py b/pyGHDL/libghdl/flags.py index 580828d0a..dc5da6d60 100644 --- a/pyGHDL/libghdl/flags.py +++ b/pyGHDL/libghdl/flags.py @@ -80,6 +80,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") +AMS_Vhdl = c_bool.in_dll(libghdl, "flags__ams_vhdl") #: Internal boolean flag representing :option:`-ams`. Flag_Gather_Comments = c_bool.in_dll(libghdl, "flags__flag_gather_comments") |