Re: [myhdl-list] Simulation control
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2015-04-05 02:08:18
|
On 4/4/15 6:39 PM, Juan Pablo Caram wrote: > Hi, > > I was wondering if there was a way to 1) pause a simulation by setting > breakpoints (toggle on signal X, or similar), 2) changing the state of > signals manually during pause and 3) resuming? > You should be able to use any Python debugger (pdb) to do this. I personally have not tried it, so I don't know if there are any issues. I don't know which Python IDE works well with the Python debugger (maybe others have suggestions?). I have heard PyCharm mentioned before? Regards, Chris |