diff options
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 |