I have a file that contains a set of signals, each with binary data that changes other time.
Something like this:
clk : 0011001100110011
sig1: 0001000100010001
sig2: 0111100010011011
I am looking for a way to display this data visually. I am thinking of using one of the Waveform viewers from this list. For that I will have to convert my file to the format of the chosen viewer.
Which viewer and format would you recommend me to use?