amaranth/nmigen/hdl
Marcin Kościelnicki 67650214b7 hdl.ast: Fix width for unary minus operator on signed argument.
To properly represent a negation of a signed X-bit quantity we may, in
general, need a signed (X+1)-bit signal — for example, negation of
3-bit -4 is 4, which is not representable in signed 3 bits.
2019-12-04 06:55:35 +00:00
..
__init__.py Explicitly restrict prelude imports. 2019-10-21 10:39:21 +00:00
ast.py hdl.ast: Fix width for unary minus operator on signed argument. 2019-12-04 06:55:35 +00:00
cd.py hdl.cd: add negedge clock domains. 2019-08-31 22:05:48 +00:00
dsl.py {,_}tools→{,_}utils 2019-10-13 18:53:38 +00:00
ir.py hdl.ir: for instance ports, prioritize defs over uses. 2019-11-26 21:19:03 +00:00
mem.py test: use #nmigen: magic comment instead of monkey patch. 2019-10-26 06:37:08 +00:00
rec.py hdl.rec: fix Record.like() being called through a subclass. 2019-11-09 17:45:07 +00:00
xfrm.py test: use #nmigen: magic comment instead of monkey patch. 2019-10-26 06:37:08 +00:00