aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/python/libghdl/thin.py
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-12-18 06:32:47 +0100
committerTristan Gingold <tgingold@free.fr>2018-12-18 06:32:47 +0100
commitc0ab680648a1d803d9e1d7f5e51988a70e5be41a (patch)
treea24ead75e7f5b80597efa32a41a498a0e8cbae3b /src/vhdl/python/libghdl/thin.py
parent895702308daaa9becbacc5fd5e2906960be878cc (diff)
downloadghdl-c0ab680648a1d803d9e1d7f5e51988a70e5be41a.tar.gz
ghdl-c0ab680648a1d803d9e1d7f5e51988a70e5be41a.tar.bz2
ghdl-c0ab680648a1d803d9e1d7f5e51988a70e5be41a.zip
files_map: rename Get_Source_File_Directory to Get_Directory_Name.
Diffstat (limited to 'src/vhdl/python/libghdl/thin.py')
-rw-r--r--src/vhdl/python/libghdl/thin.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vhdl/python/libghdl/thin.py b/src/vhdl/python/libghdl/thin.py
index 3071eaee0..f03d2488d 100644
--- a/src/vhdl/python/libghdl/thin.py
+++ b/src/vhdl/python/libghdl/thin.py
@@ -106,6 +106,8 @@ class Files_Map:
Get_File_Name = libghdl.files_map__get_file_name
+ Get_Directory_Name = libghdl.files_map__get_directory_name
+
Get_File_Buffer = libghdl.files_map__get_file_buffer
Get_File_Buffer.restype = c_void_p