amaranth/nmigen/hdl
awygle f2b4584b34
hdl.ir: typecheck convert(ports=) more carefully.
The `ports` argument to the `convert` functions is a frequent hotspot of
beginner issues. Check to make sure it is either a list or a tuple, and
give an appropriately helpful error message if not.

Fixes #362.
2020-04-24 21:15:00 +00:00
..
__init__.py Remove everything deprecated in nmigen 0.1. 2020-01-12 13:59:26 +00:00
ast.py hdl.rec: make Record inherit from UserValue. 2020-04-16 16:46:55 +00:00
cd.py Correctly handle resets in AsyncFIFO. 2020-03-14 23:26:07 +00:00
dsl.py hdl.dsl: make referencing undefined FSM states an error. 2020-02-06 17:47:46 +00:00
ir.py hdl.ir: typecheck convert(ports=) more carefully. 2020-04-24 21:15:00 +00:00
mem.py hdl.mem: fix source location of ReadPort.en. 2020-04-05 02:00:06 +00:00
rec.py hdl.rec: make Record inherit from UserValue. 2020-04-16 16:46:55 +00:00
xfrm.py hdl.rec: make Record inherit from UserValue. 2020-04-16 16:46:55 +00:00