diff options
Diffstat (limited to 'python/libghdl/thin/files_map_editor.py')
-rw-r--r-- | python/libghdl/thin/files_map_editor.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/libghdl/thin/files_map_editor.py b/python/libghdl/thin/files_map_editor.py new file mode 100644 index 000000000..e19317d0e --- /dev/null +++ b/python/libghdl/thin/files_map_editor.py @@ -0,0 +1,6 @@ +from libghdl import libghdl + +Replace_Text = libghdl.files_map__editor__replace_text_ptr +Fill_Text = libghdl.files_map__editor__fill_text_ptr + +Check_Buffer_Content = libghdl.files_map__editor__check_buffer_content |