-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support pulseview / sigrok directly #8
Comments
This work is in progress and can be found at https://github.com/mithro/libsigrok/tree/litescope |
Code needs a lot of cleanup before it can be sent upstream, but it is slowly getting there. |
@paddatrapper & @cr1901 - PTAL. |
Hi there, we just discovered your great project and would like to upstream libsigrok support for it. What needs to happen from your point of view to allow this? Is the driver just unpolished or is it buggy and/or lacks essential features? The screenshot above implies that basic functionality is there, so we'd like to upstream it, if possible. Thanks for your great work! |
A simple proof-of-concept library is available at https://github.com/xobs/wishbone-adapter/. The library is in etherbone.c, with an API exposed in etherbone.h. As a reference program, you can look at litex-devmem2.c. |
Just FYI the parts of my stuff are;
|
There are a bunch of hacks to libsigrok directly. These include;
|
Hi @mithro , there are many FX2LP+FPGA+RAM logic analyzers on the market. Would you see it possible to adapt this concept to communicate via FX2LP? So it would be possible to create "one firmware rules them all" ? For example I own https://sigrok.org/wiki/Sysclk_LWLA1016 and I'd love to see it running some opensource FW. |
Currently litescope supports dumping sigrok data. It would be awesome if instead you could just use a LiteScope system like any other sigrok board.
The text was updated successfully, but these errors were encountered: