diff options
Diffstat (limited to 'python/libghdl/thin/flags.py')
-rw-r--r-- | python/libghdl/thin/flags.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/libghdl/thin/flags.py b/python/libghdl/thin/flags.py index cc49c1651..3a82950a0 100644 --- a/python/libghdl/thin/flags.py +++ b/python/libghdl/thin/flags.py @@ -8,7 +8,7 @@ Flag_Elocations = c_bool.in_dll(libghdl, "flags__flag_elocations") Verbose = c_bool.in_dll(libghdl, "flags__verbose") Flag_Elaborate_With_Outdated = c_bool.in_dll( - libghdl, "flags__flag_elaborate_with_outdated") + libghdl, "flags__flag_elaborate_with_outdated" +) -Flag_Force_Analysis = c_bool.in_dll( - libghdl, "flags__flag_force_analysis") +Flag_Force_Analysis = c_bool.in_dll(libghdl, "flags__flag_force_analysis") |