spatial-lang icon indicating copy to clipboard operation
spatial-lang copied to clipboard

Support turning on/off waveforms during build, and support generating VPD files

Open raghup17 opened this issue 7 years ago • 1 comments

  1. We currently generate waveforms all the time, and all signals are tracked. We should support building simulation code without waveforms.

  2. VCD files can get unreasonably large for long-running designs. Support VPD files which are much smaller.

raghup17 avatar Apr 02 '17 21:04 raghup17

We should also plan on also having a "named signal" mode where only symbols with corresponding "real" names in the program are tracked. I'll have a fix for the source context for that soon. I don't remember if you can track the contents of memories, but that would also be good if possible.

dkoeplin avatar Apr 03 '17 03:04 dkoeplin