amaranth/nmigen/hdl
whitequark f71e0fffbb hdl.ast: fix shape calculation for *.
This was carried over from Migen, and is wrong there too.
Counterexample: 1'sd-1 * 4'sd-4 = 4'sd-4 (but should be 5'sd4).
2019-01-26 00:56:40 +00:00
..
__init__.py Rename fhdl→hdl, genlib→lib. 2018-12-15 14:25:31 +00:00
ast.py hdl.ast: fix shape calculation for *. 2019-01-26 00:56:40 +00:00
cd.py Rename fhdl→hdl, genlib→lib. 2018-12-15 14:25:31 +00:00
dsl.py hdl.ast: add Past, Stable, Rose, Fell. 2019-01-17 04:31:27 +00:00
ir.py hdl.ast: add Past, Stable, Rose, Fell. 2019-01-17 04:31:27 +00:00
mem.py hdl.mem: add DummyPort, for testing and verification. 2019-01-01 03:08:10 +00:00
rec.py hdl.rec: include record name in error message. 2019-01-01 03:39:12 +00:00
xfrm.py hdl.xfrm: mark internal registers used in lowering Sample(). 2019-01-19 07:27:32 +00:00