From 8d2bc284f030ab3ade000f11520dfbf9d8995c69 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 18 Oct 2017 05:42:47 +0200 Subject: Add extended locations (elocations). Still WIP --- src/vhdl/python/libghdl/thin.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/vhdl/python/libghdl/thin.py') diff --git a/src/vhdl/python/libghdl/thin.py b/src/vhdl/python/libghdl/thin.py index 71b375c73..07a5e80d6 100644 --- a/src/vhdl/python/libghdl/thin.py +++ b/src/vhdl/python/libghdl/thin.py @@ -77,6 +77,11 @@ def Get_Identifier(s): return _Get_Identifier_With_Len(c_char_p(s), len(s)) +# Flags +class Flags: + Flag_Elocations = c_bool.in_dll(libghdl, "flags__flag_elocations") + + # Scanner class Scanner: Set_File = libghdl.scanner__set_file -- cgit v1.2.3