[Libre-soc-dev] gtkwave diff, was “daily kan-ban update 11jan2022”

Jacob Lifshay programmerjake at gmail.com
Tue Jan 11 19:16:05 GMT 2022


On Tue, Jan 11, 2022, 11:07 Richard Wilbur <richard.wilbur at gmail.com> wrote:

> What data is gtkwave displaying?  How is it stored?
>

you could use vcdump to convert the vcd to json, which you can manipulate
using jq, though since it converts to a json object of arrays of values at
each timestep, it may use excessive memory for very large vcd files -- i
created an issue to change the output format to allow streaming instead:
https://github.com/sgpthomas/vcdump/issues/2

Jacob

>


More information about the Libre-soc-dev mailing list