-
Add good support for nmigen.
-
It would be awesome to have a nmigen example in the tutorial.
-
I am opening this issue to investigate allowing fusesoc to integrate migen or nmigen packages. I think this is a desirable functionality by several people.
Preliminarily, are there any high-level i…
FFY00 updated
3 years ago
-
I have a minimal Cfu and with SlimOptCfu on HPS Proto2, the result appears to be always wrong:
```
/* Generated by Yosys 0.12+13 (git sha1 21fbdb663, clang 11.1.0-4+build2 -fPIC -Os) */
(* \nmi…
-
## Summary
Hardware revision r0.2 didn't have an external resistor on the PROGRAMN pin.
This pin is driven by the FPGA to reset the device into the bootloader.
## Observed Behavior
There has…
-
Hey, it's nice to see you've succeeded in running the nmigen against the tangnano board. If possible, I would also like to have a try. But after I checked the nmigen repo, I can't find where the `Tang…
-
https://github.com/nmigen/nmigen-boards/blob/68cbc9a614820914249d34f25cd5cfb2c6f1c584/nmigen_boards/ulx3s.py#L113-L129
After the first 10 diff pairs, someone forgot to finish their copy-paste, and al…
-
In below files, nmigen should be replaced by amaranth, right?
CFU-Playground/proj/proj_template/cfu_gen.py
CFU-Playground/proj/proj_template/cfu.py
Whether nmigen_cfu should be replaced by amaran…
-
The GameCube polls controllers for status. In order to have a way to test that the controller is responding properly, we should be able to simulate the GameCube system side of the protocol.
Blog ab…
-
Working in a fresh venv environment, nmigen fails to install without first installing `wheel`.
Here is a transcript showing failure to install nmigen and then success after pip installing wheel.
…