Sean Cross
                                            Sean Cross
                                        
                                    I'm guessing the problem with `j1eforth` is due to it not meeting timing: https://github.com/rob-ng15/Silice-Playground/issues/8 -- when a design doesn't meet timing, it tends to fail in mysterious ways such as...
@mgielda does this solve the issue?
That was my understanding as well. I originally picked Apache 2.0 because it's like the BSD license, but with an explicit patent clause. As far as I'm aware, there is...
The gdb server used to default to port 1234. Actually, all ports were `1234`. However, as it is now possible to run both a gdb server and a wishbone server,...
Interesting. This might be a better question for the `wishbone-tool` repository, but what port would you expect it to run on? Keeping in mind that `1234` is what litex already...
What do you think, @brnbrnrd ?
One issue that we should look into is directing people to use Circuit Python instead of Micropython. This is more full-featured and has actual CDC support: https://circuitpython.org/board/fomu/
There isn't one yet. One option might be to adapt `dummyusb` to provide a simple Tx/Rx interface.
Can you give more information? What error do you see? The `CROSS_COMPILE` parameter ends in `-` because that's the prefix to the command. For example, to run `gcc`, the command...
Enough people have had this problem that it could make sense just to re-enable git fetching in `workshop.py` and `workshop_rgb.py`. These files use `lxbuildenv` which optionally supports fetching modules via...