aboutsummaryrefslogtreecommitdiffstats
path: root/translate/ghdldrv
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-09-12 04:34:26 +0200
committerTristan Gingold <tgingold@free.fr>2014-09-12 04:34:26 +0200
commit60b381d6d8b5493db5a4b5f7aacd42025e3a321b (patch)
treeac940b10e4df5984bc05b54f26787314169b1047 /translate/ghdldrv
parent62234af1eb690f151828fb88bf8c73dd4c756321 (diff)
downloadghdl-60b381d6d8b5493db5a4b5f7aacd42025e3a321b.tar.gz
ghdl-60b381d6d8b5493db5a4b5f7aacd42025e3a321b.tar.bz2
ghdl-60b381d6d8b5493db5a4b5f7aacd42025e3a321b.zip
Add vhdl08 flush, fix null slice, improve type conversion.
Diffstat (limited to 'translate/ghdldrv')
-rw-r--r--translate/ghdldrv/ghdlrun.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/translate/ghdldrv/ghdlrun.adb b/translate/ghdldrv/ghdlrun.adb
index e5ea9310f..d4ac38740 100644
--- a/translate/ghdldrv/ghdlrun.adb
+++ b/translate/ghdldrv/ghdlrun.adb
@@ -468,6 +468,8 @@ package body Ghdlrun is
Grt.Files.Ghdl_File_Open_Status'Address);
Def (Trans_Decls.Ghdl_File_Close,
Grt.Files.Ghdl_File_Close'Address);
+ Def (Trans_Decls.Ghdl_File_Flush,
+ Grt.Files.Ghdl_File_Flush'Address);
Def (Trans_Decls.Ghdl_Write_Scalar,
Grt.Files.Ghdl_Write_Scalar'Address);
Def (Trans_Decls.Ghdl_Read_Scalar,