Tim 'mithro' Ansell
Tim 'mithro' Ansell
@paddatrapper & @cr1901 - PTAL.
@abraxa The driver is unpolished and buggy, it needs a bunch of clean up. @xobs has done some stuff with creating a C library for doing the etherbone stuff needed...
Just FYI the parts of my stuff are; * Etherbone driver (for communicating to wishbone bus inside the LiteX SoC) - [easy-eb.h](https://github.com/mithro/libsigrok/blob/litescope/src/hardware/litescope/easy-eb.h) [easy-eb.c](https://github.com/mithro/libsigrok/blob/litescope/src/hardware/litescope/easy-eb.c). The `litex-server` allows you to use the...
There are a bunch of hacks to libsigrok directly. These include; * [Driver Config files](https://github.com/mithro/libsigrok/commit/6a533a884ded356944fdf61bfef130a7df0edb36#diff-95ac5c993e44a683f87626047db4fe1c) * [Hacks to allow reading files](https://github.com/mithro/libsigrok/commit/7872035861a89f3cb769d9fd6336273eba221c4a#diff-cb2bee8c23cfbc4caabcb0fc3b1e99a0) * Some hacks to allow access to the TCP...
See also https://github.com/waviousllc/wav-lpddr-hw/issues/12
Probably need a `sudo apt-get install device-tree-compiler`
After installing `device-tree-compiler` I now get to a missing `vlog` command; ``` sims: Building rtl model sims: vlog -mfcu -suppress 2583 -f flist Can't exec "vlog": No such file or...
@drom Any chance the editor could report that you have invalid JSON / it doesn't understand the JSON output?
I assume he is following the diagram at https://docs.google.com/document/d/1ZQp8D_Jp1C2kmJR9WOYwis8U5N0xIUB0RFLnvyLlNH8/edit ? Google DocsSymbiFlow Testing Examples Breakdown / Clarification (Where to add a test?)SymbiFlow Testing Examples Breakdown / Clarification Purpose The purpose...
@mkurc-ant / @acomodi - I think should probably enable "diff FASM testing" by end users (outside of symbiflow-arch-defs) in the future?