diff options
author | Tristan Gingold <tgingold@free.fr> | 2018-11-23 19:33:55 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2018-11-23 19:33:55 +0100 |
commit | 021f946659b84a9803ae9148cc1315059f5dfc15 (patch) | |
tree | 86424ff98028e5755e5b384dbb10f33097fe2489 /src/vhdl/python/libghdl/thin.py | |
parent | 1830a66709ad88f74832c6e92fc68f8e75d00089 (diff) | |
download | ghdl-021f946659b84a9803ae9148cc1315059f5dfc15.tar.gz ghdl-021f946659b84a9803ae9148cc1315059f5dfc15.tar.bz2 ghdl-021f946659b84a9803ae9148cc1315059f5dfc15.zip |
Add files_map-editor for libghdl.
Diffstat (limited to 'src/vhdl/python/libghdl/thin.py')
-rw-r--r-- | src/vhdl/python/libghdl/thin.py | 4 |
1 files changed, 4 insertions, 0 deletions
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 |