diff options
author | Brian Drummond | 2014-01-18 17:08:02 +0000 |
---|---|---|
committer | Brian Drummond | 2014-01-18 17:08:02 +0000 |
commit | 29876a7bd41a0d9ce57ba4e41d294274ea38996b (patch) | |
tree | a1ce0297daf548400f6c526a284499e3b8268e57 /translate/ghdldrv | |
parent | 6c298ee5492078aab9de4ebd488c20b67b529f47 (diff) | |
download | ghdl-29876a7bd41a0d9ce57ba4e41d294274ea38996b.tar.gz ghdl-29876a7bd41a0d9ce57ba4e41d294274ea38996b.tar.bz2 ghdl-29876a7bd41a0d9ce57ba4e41d294274ea38996b.zip |
Add 'value attribute functions for enumerations E8,E32 to mcode version
Diffstat (limited to 'translate/ghdldrv')
-rw-r--r-- | translate/ghdldrv/ghdlrun.adb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/translate/ghdldrv/ghdlrun.adb b/translate/ghdldrv/ghdlrun.adb index 0a9fe7a..4b49a23 100644 --- a/translate/ghdldrv/ghdlrun.adb +++ b/translate/ghdldrv/ghdlrun.adb @@ -519,6 +519,10 @@ package body Ghdlrun is Def (Trans_Decls.Ghdl_Value_B2, Grt.Values.Ghdl_Value_B2'Address); + Def (Trans_Decls.Ghdl_Value_E8, + Grt.Images.Ghdl_Value_E8'Address); + Def (Trans_Decls.Ghdl_Value_E32, + Grt.Images.Ghdl_Value_E32'Address); Def (Trans_Decls.Ghdl_Value_I32, Grt.Values.Ghdl_Value_I32'Address); Def (Trans_Decls.Ghdl_Value_F64, |