|
From: Martin W. <mai...@ma...> - 2015-01-28 21:50:46
|
Cary R. wrote: > The iverilog flag Steve mentioned is -pfileline=1. This will help if the > problem is in the procedural code, but does nothing for continuous > assignments. If -pfileline=1 doesn't help, I resort to gdb and a stack trace, e.g. shell> gdb vvp gdb> run a.out gdb> bt (where a.out is the compiled Verilog). The call chain that led to the assert can give some clues to what was responsible for the fault. Martin |