amaranth/nmigen/test
whitequark 51269ad4a0 hdl.ast: simplify {bit,word}_select with constant offset.
We don't have any other convenient shortcut for x[off*w:(off+1)*w],
but using word_select to extract a single static range would result
in severe bloat of emitted code through expansion to dead branches.
Recognize and simplify this pattern.
2019-10-26 00:09:53 +00:00
..
compat {,_}tools→{,_}utils 2019-10-13 18:53:38 +00:00
__init__.py hdl.ir: detect elaboratables that are created but not used. 2019-04-21 08:52:57 +00:00
test_build_dsl.py {,_}tools→{,_}utils 2019-10-13 18:53:38 +00:00
test_build_res.py {,_}tools→{,_}utils 2019-10-13 18:53:38 +00:00
test_compat.py {,_}tools→{,_}utils 2019-10-13 18:53:38 +00:00
test_examples.py {,_}tools→{,_}utils 2019-10-13 18:53:38 +00:00
test_hdl_ast.py hdl.ast: simplify {bit,word}_select with constant offset. 2019-10-26 00:09:53 +00:00
test_hdl_cd.py {,_}tools→{,_}utils 2019-10-13 18:53:38 +00:00
test_hdl_dsl.py {,_}tools→{,_}utils 2019-10-13 18:53:38 +00:00
test_hdl_ir.py {,_}tools→{,_}utils 2019-10-13 18:53:38 +00:00
test_hdl_mem.py {,_}tools→{,_}utils 2019-10-13 18:53:38 +00:00
test_hdl_rec.py {,_}tools→{,_}utils 2019-10-13 18:53:38 +00:00
test_hdl_xfrm.py {,_}tools→{,_}utils 2019-10-13 18:53:38 +00:00
test_lib_cdc.py {,_}tools→{,_}utils 2019-10-13 18:53:38 +00:00
test_lib_coding.py {,_}tools→{,_}utils 2019-10-13 18:53:38 +00:00
test_lib_fifo.py {,_}tools→{,_}utils 2019-10-13 18:53:38 +00:00
test_lib_io.py {,_}tools→{,_}utils 2019-10-13 18:53:38 +00:00
test_sim.py {,_}tools→{,_}utils 2019-10-13 18:53:38 +00:00
utils.py {,_}tools→{,_}utils 2019-10-13 18:53:38 +00:00