3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-03 15:47:58 +00:00
yosys/passes
Philippe Sauter c89cfe1e6e peepopt: add shiftpow2 pattern
Rewrite power-of-two indexed word selects to $bmux when the shift
amount already carries the scale as low zero bits.

Keep the rule to non-overlapping selections and bound the generated
mux ways. Add regressions for aligned shifts, padding, signed
extension, and shiftmul handoff cases.
2026-05-31 02:01:32 +02:00
..
cmds Convert RTLIL::unescape_id of IdString to unescape() 2026-05-16 19:49:45 +02:00
equiv Remove file added by mistake 2026-05-18 17:00:16 +02:00
fsm Convert RTLIL::unescape_id of IdString to unescape() 2026-05-16 19:49:45 +02:00
hierarchy Convert RTLIL::unescape_id of IdString to unescape() 2026-05-16 19:49:45 +02:00
memory Merge pull request #5862 from codexplorer-fish/cleaning-up-log-id 2026-05-15 11:07:43 +00:00
opt peepopt: add shiftpow2 pattern 2026-05-31 02:01:32 +02:00
pmgen Remove pmgen related users of log_id 2026-05-14 17:28:10 +02:00
proc proc: ignore nosync temporaries in always_latch checks 2026-05-26 00:56:07 +08:00
sat Convert RTLIL::unescape_id of IdString to unescape() 2026-05-16 19:49:45 +02:00
techmap Convert RTLIL::unescape_id of IdString to unescape() 2026-05-16 19:49:45 +02:00
tests Refactored uses of log_id() 2026-05-08 20:59:24 -07:00