On May 30, 2013 2:11 PM, "David Koontz" <[email protected]> wrote: > > > On 31 May 2013, at 9:02 AM, Jon Taylor <[email protected]> wrote: > >> Hi all, >> >> I am encountering a wierd error when simulating a design using GHDL, and I just wanted to ask if anyone else out there has seen this before. When I run my simulations, I get this after a while: >> >> error: simulation stopped by --stop-delta >> >> I didn't start the simulations with any command line arguments. Is there a default value for stop-delta? If so, the docs on ghdl.free.frdidn't mention it... the simulations all loop forever (self-clocked processes) and do a lot of non-blocking native calls and start one native thread using pthreads, if that makes any difference. > > > From grt-options.ads, the default: > > -- Set by --stop-delta=XXX to stop the simulation after XXX delta cycles. > Stop_Delta : Natural := 5000;
Thanks for the tip. What should I use as a value to enable an infinite stop-delta? Zero? Jon
_______________________________________________ Ghdl-discuss mailing list [email protected] https://mail.gna.org/listinfo/ghdl-discuss
