From 021f946659b84a9803ae9148cc1315059f5dfc15 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 23 Nov 2018 19:33:55 +0100 Subject: Add files_map-editor for libghdl. --- src/vhdl/python/libghdl/thin.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/vhdl/python/libghdl') diff --git a/src/vhdl/python/libghdl/thin.py b/src/vhdl/python/libghdl/thin.py index 25e03809c..758ab26ab 100644 --- a/src/vhdl/python/libghdl/thin.py +++ b/src/vhdl/python/libghdl/thin.py @@ -108,6 +108,10 @@ EOT = b'\x04' No_Location = 0 +class Files_Map_Editor: + Set_Gap = libghdl.files_map__editor__set_gap + Replace_Text = libghdl.files_map__editor__replace_text_ptr + # Names Get_Name_Length = libghdl.name_table__get_name_length -- cgit v1.2.3