Re: [myhdl-list] Simulation control
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2015-04-05 02:33:45
|
On 4/4/15 9:08 PM, Christopher Felton wrote: > 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 just tried PyCharm and it is fairly straightforward to set breakpoints in a simulation, step, inspect, etc. I am sure there are many different Python debug interfaces (command line pdb probably works fine as well). Regards, Chris |