3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-29 20:05:52 +00:00
yosys/passes/tests
Krystine Sherwin 1a3f6c9d50
test_cell: Support more cell types
Still unsupported:
- x-prop cells ($eqx, $nex, $bweqx)
- wide muxes (`$_MUX16_` and friends)
- $pmux

Partially supported:
- $bwmux is not supported in `ConstEval::eval()`, works with `-noeval`
- $buf has no mapping in techmap.v so is unusable with `techmap -assert` (i.e. the default)
- $pow has `_TECHMAP_FAIL_` in techmap.v, `-simlib` works for some iterations but fails for others, `-aigmap` works fine

Fix `CellTypes::eval() for `$_NMUX_`.
Fix `RTLIL::Cell::fixup_parameters()` for $concat and $bwmux.
2025-03-31 16:24:40 +13:00
..
flowmap flowmap: implement depth relaxation. 2019-01-08 01:13:05 +00:00
Makefile.inc Added "test_abcloop" command 2014-09-19 15:51:34 +02:00
test_abcloop.cc Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
test_autotb.cc Fixing old e-mail addresses and deadnames 2021-06-08 00:39:36 +02:00
test_cell.cc test_cell: Support more cell types 2025-03-31 16:24:40 +13:00