On Wed, Sep 10, 2008 at 12:14:21AM +0200, Jean-Christophe Le Lann wrote:
> Hi all !
> 
> Could you tell me the meaning of #6 in the following error message (line 6?)

Hi,

it means this is the 6th check in the file.  Not very useful :-(

> ghdl -r Testbench
> ./testbench:error: bound check failed (#6)
> ./testbench:error: simulation failed
> 
> What can I do to find my error ? (verbose mode ?)

If you are on Linux, analyze with -g (to generate debug info) and run
within gdb.  Put a breakpoint on __ghdl_fatal and use 'where' command
when it is reached.

Tristan.

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

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

Reply via email to