diff options
author | Tristan Gingold <tgingold@free.fr> | 2018-11-26 20:23:29 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2018-11-26 20:29:32 +0100 |
commit | 0c9ea545925f0e027d25a6ba1c457ae34df9d100 (patch) | |
tree | f61d8cf13454471c24b60704ee7c366959dcb2d5 /src/vhdl | |
parent | bd681e64540831934ebc40dc8fcdfcbb0e559c6a (diff) | |
download | ghdl-0c9ea545925f0e027d25a6ba1c457ae34df9d100.tar.gz ghdl-0c9ea545925f0e027d25a6ba1c457ae34df9d100.tar.bz2 ghdl-0c9ea545925f0e027d25a6ba1c457ae34df9d100.zip |
files_map-editor: WIP.
Diffstat (limited to 'src/vhdl')
-rw-r--r-- | src/vhdl/python/libghdl/thin.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vhdl/python/libghdl/thin.py b/src/vhdl/python/libghdl/thin.py index 758ab26ab..5e6f87084 100644 --- a/src/vhdl/python/libghdl/thin.py +++ b/src/vhdl/python/libghdl/thin.py @@ -112,6 +112,8 @@ class Files_Map_Editor: Set_Gap = libghdl.files_map__editor__set_gap Replace_Text = libghdl.files_map__editor__replace_text_ptr + Check_Buffer_Content = libghdl.files_map__editor__check_buffer_content + # Names Get_Name_Length = libghdl.name_table__get_name_length |