-
Workshop is here: https://workshop.fomu.im/en/latest/
I'd like to add an example, suggestions for a topic welcome!
-
I'm interested in getting some nMigen examples for the Fomu workshop site. @mithro suggested I asked you. Have you tried out these examples with the Fomu? Thanks!
-
See https://github.com/im-tomu/fomu-workshop/pull/477
-
This repository should show how to create awesome documentation for your RTL project using Sphinx.
It should include;
* https://github.com/SymbiFlow/sphinx-verilog-domain
* https://github.com/S…
-
The tutorial has this:
```
>>> import fomu
>>> rgb = fomu.rgb()
>>> rgb.mode("error")
```
Link: http://workshop.fomu.im/en/latest/python.html
But I can't find any documentation to do more thing…
-
Sphinx is the best tool for documenting Python projects. This project should have awesome documentation.
You can probably steal a lot of inspiration from projects like;
* https://github.com/Symbi…
-
The HDL GitHub organization is trying to build a critical mass around providing open source EDA tooling (like the open source FPGA tooling) in a number of different ways like static binaries, conda, d…
-
I installed fomu-toolchain-linux_x86_64-v1.5.6 on Ubuntu 20.04 which lacks libffi 6 (7 is the only package in the repos). Working through the workshop I encountered an error building blink.py in the m…
-
It would be good to have examples of SpinalHDL examples on the fomu-workshop.
The Fomu uses VexRiscv internally (see https://github.com/SpinalHDL/VexRiscv). It would be awesome to be able to use a …
-
List of projects which we might (would like to) collaborate with:
- Sources of data/info:
- [hdl.github.io/constraints/Similar](https://hdl.github.io/constraints/Similar.html)
- #3
- [j0…