-
Notifications
You must be signed in to change notification settings - Fork 1
Protocol interpretation #10
Comments
Originally posted by @fusedFET in #1 (comment) |
I can imagine the cursor that (instead of being vertical time marker) highlights specific protocol transaction. Including all time slots of all signals involved in the specific transaction from request to response. |
could use libsigrokdecode for decoding. what would be nice is to have the possibility to have a line for the decoded data such as pulseview |
I would say that what we want in JS is the rendering. That is the part missing today. Decoding is another task. In my case, as I was planning to use it with electron.js, I could do the decoding using libsigrokdecode or re-implement decoders in pure JS. |
FYI, I do simulation with verilator, which dumps VCDs that are sometimes a couple of GB heavy. I re-wrote my own vcd parser in C in order to play with the dump (for creating a stackdump and memory dump of a processor I simulate for example) . I hardly imagine that converting that into json could be handled properly by v8 and rendered like that. One would need to have an engine that can give you a small subset of the data to be rendered according to the zoom requested. |
Originally posted by @nturley in #1 (comment)
The text was updated successfully, but these errors were encountered: