Project-Bonfire / Bonfire_legacy

A Fault Tolerant NoC Architecture
GNU General Public License v3.0
7 stars 8 forks source link

Let's generate .vcd file *by default* #28

Open AlexDaniel opened 7 years ago

AlexDaniel commented 7 years ago

I think all that is needed is:

vcd file wave.vcd
vcd add -r -optcells /*
run 11000 ns
vcd flush

(just 3 lines around “run”)

If we then make it so that the GUI does not run at all, this may end up being a usable development environment… :)

AlexDaniel commented 7 years ago

OK, this seems to be almost resolved now. It still generates a useless wave_2x2.do file, I don't think you need it if -c flag is present, so I'll leave it open just for a little bit. Feel free to close though.