On Sat, 2014-01-18 at 16:57 +0000, Brian Drummond wrote:
> On Sat, 2014-01-18 at 17:37 +0100, [email protected] wrote:
> > > Am 18.01.2014 um 16:30 schrieb Brian Drummond
> > > <[email protected]>:
> > > 
> > > > On Sat, 2014-01-18 at 15:51 +0100, Torsten Meißner wrote:
> > > >> Running the test design in the last step results in an error:
> > > >> symbol __ghdl_value_e8 is undefined
> > > >> symbol __ghdl_value_e8 is undefined

> > Ah, exact.  I forgot e8. Will fix that soon.
> And e32, in ghdlrun.adb. I think I can handle this one if you're OK with
> that. 
Done (to 0.32dev).

Not sure about backporting to 0.31 yet, though there may have to be a
maintenance release to fix the DLX problems; if so, I would add this
when we do that.

Meantime, the attached patch applied over 
https://sourceforge.net/projects/ghdl-updates/files/latest/download
ought to resolve the issue.

- Brian
diff -r 4650eb10a0af translate/ghdldrv/ghdlrun.adb
--- a/translate/ghdldrv/ghdlrun.adb	Sat Jan 18 15:33:13 2014 +0000
+++ b/translate/ghdldrv/ghdlrun.adb	Sat Jan 18 17:04:40 2014 +0000
@@ -519,6 +519,10 @@
 
       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,
_______________________________________________
Ghdl-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/ghdl-discuss

Reply via email to