#
nmigen
Here are 17 public repositories matching this topic...
A simple (audio) synthesizer on the iCEBreaker FPGA.
-
Updated
Jan 26, 2020 - Python
Board and connector definition files for nMigen
-
Updated
Jul 2, 2020 - Python
jfng
commented
Feb 5, 2020
Repro:
from nmigen.back import rtlil
from nmigen_soc import csr
csr_mux = csr.Multiplexer(addr_width=16, data_width=8, alignment=8)
csr_mux.add(csr.Element(1, "r"))
print(rtlil.convert(csr_mux))Output:
<snip>
File "/home/jf/src/nmigen/nmigen/hdl/ast.py", line 546, in <lambda>
op_shapes = list(map(lambda x: x.shape(), self.operands))
File "/home/jf/src
Vulture Processing Unit: A simple vector-math accelerator for neural networks, written in Verilog using nMigen
-
Updated
Jan 8, 2020
Improve this page
Add a description, image, and links to the nmigen topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nmigen topic, visit your repo's landing page and select "manage topics."
Executing the following snippet