Open
Description
Would it make sense to have a way to capture simulation output in a python object, rather than having to use a vcd file and a separate reader program?
I'm building a physics simulator in nmigen and it would be super helpful when debugging to be able to plot a signal's trace (over eg 1000 timesteps) in matplotlib, within the same python session as the simulation.
Does this make sense as a workflow?
Is there already a way to do this?