On 24/04/16 11:09, Simon Thijs de Feber wrote:
Thanks for the replies.
Pondering on it.......
It is some kinde of fifo with 16 elements, each element being 32-bit.
So I thought this could work as well :
w(15 downto 1) <= w(14 downto 0);
w(0) <= std_logic_vector(unsigned(w(15)) + unsigned(s0) + unsigned(w(6))
+ unsigned(s1));
and it did.
Simon,
I cannot reproduce the crash with the development version, so I suppose
the bug has been fixed.
Thank you for the report,
Tristan.
_______________________________________________
Ghdl-discuss mailing list
Ghdl-discuss@gna.org
https://mail.gna.org/listinfo/ghdl-discuss