On Wed, 2011-02-02 at 09:53 +0100, Benjamin BRAGA wrote:
> Hi,
> I have found the problem (I think). The problem occurs when I am using
> variable such like that :
> 
> 
> variable_foo := '1';
> if foo = '0' then
>         variable_foo := '0';  
> end if;
> => doesn't work
> The simulation stopped at the beginning with "invalid memory access"

Too big process local variables?

What happens if you set
 --stack-size=X    set the stack size of non-sensitized processes
 --stack-max-size=X  set the maximum stack size
to insanely big values?





_______________________________________________
Ghdl-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/ghdl-discuss

Reply via email to