Re: [myhdl-list] multiple tracing per run
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2016-01-26 13:36:04
|
On 1/26/2016 7:29 AM, Henry Gomersall wrote: > I'm somewhat unfamiliar with the tracing code, but it is (at least it > used to be) necessary to manually call the _finalize method on the > simulator before being able to run it again. I assume this carries > through to the trace code? > No not true in most cases, there was a bug that was discovered when using "pause" (only run for a certain duration). There is an issue for this: https://github.com/jandecaluwe/myhdl/issues/104 It is a good issue for a new contributor. Regards, Chris |