On Sat, Oct 24, 2009 at 10:24:58PM +0200, R.Doss wrote:
> I take a larger stack.
> 
> ghdl -r co_tb --stack-size=1000000000
> ../../../src/ieee/numeric_std-body.v93:1278:7:@10ns:(assertion warning):
> NUMERIC_STD."<": metavalue detected, returning FALSE
> ./co_tb:error: invalid memory access (dangling accesses or stack size
> too small)
> ghdl: exec error
> 
> 
> 
> I have in a process like this.
> 
> a,b :type_record;
> 
> process(clk)
> begin
>     if( clk'EVENT and clk='1') then
>         a<=b;
> end process;

Well, this depends on what is type_record!  But sensitized processes don't
have a dedicated stack.

Do you have a back-trace ?

Tristan.

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

Reply via email to