.. |
__init__.py
|
hdl.{_ast,_dsl}: factor out the pattern normalization logic.
|
2024-04-03 07:34:09 +00:00 |
_ast.py
|
sim: evaluate simulator commands in-place instead of compiling them.
|
2024-04-03 14:45:19 +00:00 |
_cd.py
|
amaranth.hdl: start all private names with an underscore.
|
2024-01-30 17:20:45 +00:00 |
_dsl.py
|
hdl._mem: implement MemoryData._Row from RFC 62.
|
2024-04-03 17:15:02 +00:00 |
_ir.py
|
hdl._ast: Implement Mux in terms of SwitchValue .
|
2024-04-03 11:00:58 +00:00 |
_mem.py
|
hdl._mem: implement MemoryData._Row from RFC 62.
|
2024-04-03 17:15:02 +00:00 |
_nir.py
|
hdl._ast: Implement Mux in terms of SwitchValue .
|
2024-04-03 11:00:58 +00:00 |
_rec.py
|
hdl._ast: deprecate ValueCastable.lowermethod .
|
2024-02-13 05:06:06 +00:00 |
_repr.py
|
hdl._ast: fix _value_repr computation.
|
2024-03-25 13:53:39 +00:00 |
_xfrm.py
|
hdl._ir: raise an error when an elaboratable is duplicated in hierarchy.
|
2024-04-03 10:11:07 +00:00 |
ast.py
|
hdl: remove ValueKey , ValueDict , ValueSet .
|
2024-02-11 13:50:06 +00:00 |
cd.py
|
hdl: add missing compatibility shims.
|
2024-01-31 02:05:17 +00:00 |
dsl.py
|
hdl: add missing compatibility shims.
|
2024-01-31 02:05:17 +00:00 |
ir.py
|
hdl: add missing compatibility shims.
|
2024-01-31 02:05:17 +00:00 |
mem.py
|
hdl: add missing compatibility shims.
|
2024-01-31 02:05:17 +00:00 |
rec.py
|
hdl.rec: deprecate in favor of lib.data and lib.wiring .
|
2023-09-01 04:20:16 +00:00 |
xfrm.py
|
hdl._ir,hdl._nir,back.rtlil: new intermediate representation.
|
2024-02-11 09:03:49 +00:00 |