amaranth/nmigen/hdl
whitequark 11914a1e67 hdl.ast: improve interaction of ValueCastable with custom __getattr__.
Avoid calling `__getattr__("_ValueCastable__lowered_to")` when
a ValueCastable has custom `__getattr__` implementation; this avoids
the need for downstream code to be aware of this implementataion
detail.
2021-10-03 20:28:07 +00:00
..
__init__.py Remove everything deprecated in nmigen 0.1. 2020-01-12 13:59:26 +00:00
ast.py hdl.ast: improve interaction of ValueCastable with custom __getattr__. 2021-10-03 20:28:07 +00:00
cd.py Correctly handle resets in AsyncFIFO. 2020-03-14 23:26:07 +00:00
dsl.py hdl.dsl: simplify. NFC. 2021-10-02 17:00:01 +00:00
ir.py *: remove unused imports 2021-05-18 20:18:55 +00:00
mem.py hdl.mem: document ReadPort and WritePort. 2020-09-17 15:47:46 +00:00
rec.py *: remove unused variables 2021-05-18 20:18:55 +00:00
xfrm.py *: remove unused imports 2021-05-18 20:18:55 +00:00