aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-01-12 21:04:34 +0100
committerTristan Gingold <tgingold@free.fr>2017-01-13 18:57:24 +0100
commitf960173971d17c338b034d84cb80a4bf437a292c (patch)
tree6f13110e5d64c16c7ec03f5cc3af0684dc943548 /src/ghdldrv
parent481c0b8d4a1045cbe192698055ff9d200d048079 (diff)
downloadghdl-f960173971d17c338b034d84cb80a4bf437a292c.tar.gz
ghdl-f960173971d17c338b034d84cb80a4bf437a292c.tar.bz2
ghdl-f960173971d17c338b034d84cb80a4bf437a292c.zip
Add 'Image and 'Value for i64.
Fix #254
Diffstat (limited to 'src/ghdldrv')
-rw-r--r--src/ghdldrv/ghdlrun.adb4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdlrun.adb b/src/ghdldrv/ghdlrun.adb
index 725c16e30..c9183433f 100644
--- a/src/ghdldrv/ghdlrun.adb
+++ b/src/ghdldrv/ghdlrun.adb
@@ -496,6 +496,8 @@ package body Ghdlrun is
Grt.Images.Ghdl_Image_E32'Address);
Def (Trans_Decls.Ghdl_Image_I32,
Grt.Images.Ghdl_Image_I32'Address);
+ Def (Trans_Decls.Ghdl_Image_I64,
+ Grt.Images.Ghdl_Image_I64'Address);
Def (Trans_Decls.Ghdl_Image_F64,
Grt.Images.Ghdl_Image_F64'Address);
Def (Trans_Decls.Ghdl_Image_P64,
@@ -511,6 +513,8 @@ package body Ghdlrun is
Grt.Values.Ghdl_Value_E32'Address);
Def (Trans_Decls.Ghdl_Value_I32,
Grt.Values.Ghdl_Value_I32'Address);
+ Def (Trans_Decls.Ghdl_Value_I64,
+ Grt.Values.Ghdl_Value_I64'Address);
Def (Trans_Decls.Ghdl_Value_F64,
Grt.Values.Ghdl_Value_F64'Address);
Def (Trans_Decls.Ghdl_Value_P32,