wokwi / wokwi-features

Wokwi Feature requests & Bug Reports
https://wokwi.com
73 stars 17 forks source link

Add capability to Connect Logic Analyzer as a Device in PulseView #185

Open rcwilcox opened 3 years ago

rcwilcox commented 3 years ago

Using PulseView to analyze .vcd files created by the Logic Analyzer requires:

  1. Stopping simulation to write the .vcd file
  2. Loading .vcd file into PulseView
  3. Loading config file (as needed depending on use)
  4. Periodically deleting the old files that are no longer needed.

While some of this can be mitigated via file associations, would it be possible to set up the Logic Analyzer as a Connected Device in PulseView?

urish commented 2 years ago

Closing as this issue hasn't received any votes in 6 months

urish commented 2 years ago

Reopening as the issue just got some votes

Gebhartj commented 9 months ago

Libsigrok can be connected to a device (also in PulseView).

It should be possible to modify the demo device to wait for a *.vcd file in some location to change and then stream data from that file.

Or... Implement some TCP/IP protocol, for example, rigol ds to work with Wokwi.

The first option should be doable independently, but it adds little or no user comfort. The second option requires support from Wokwi, but I don't know if it's possible to contribute or just wait and spend some vote powers.