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;

Note: if you want me to investigate this issue I need either your design
or a reproducer.  This could be a bug within ghdl.

Tristan.

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

Reply via email to