Skip to content
#

system-on-chip

Here are 32 public repositories matching this topic...

jfng
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
bug

Improve this page

Add a description, image, and links to the system-on-chip topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the system-on-chip topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.