
For now, see https://blog.spade-lang.org/quickscope/
Connect the thing with UART to uo[0] @ 115200 baud, then run the quickscope client. When ui[0] is
high, the logic analyzer will trigger and send the ui[0]..[7] and uio[0]..[7]
values to the host which will generate a .vcd file that can be viewed in
Surfer.
You'll need a UART adapter and something to analyze
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | data_in[0] and trigger | Uart out | |
| 1 | data_in[1] | ||
| 2 | data_in[2] | ||
| 3 | data_in[3] | ||
| 4 | data_in[4] | ||
| 5 | data_in[5] | ||
| 6 | data_in[6] | ||
| 7 | data_in[7] |