3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-04 02:10:24 +00:00
yosys/passes
Robert O'Callahan d3b0c0df1a Preserve assign_map across ABC invocations.
Currently `assign_map` is rebuilt from the module from scratch every time we invoke ABC.
That doesn't scale when we do thousands of ABC runs over large modules. Instead,
create it once and then maintain incrementally it as we update the module.
2025-08-01 03:09:05 +00:00
..
cmds bugpoint: Add -suffix option 2025-07-29 11:39:52 +12:00
equiv mark all hash_into methods nodiscard 2025-01-14 12:39:15 +01:00
fsm io: refactor string and file work into new unit 2025-03-19 13:43:42 +01:00
hierarchy Revert "Add groups to command reference" 2025-07-23 14:41:49 +00:00
memory Fix typos in memlib 2025-07-29 15:27:59 -04:00
opt Revert "Add groups to command reference" 2025-07-23 14:41:49 +00:00
pmgen Revert "Add groups to command reference" 2025-07-23 14:41:49 +00:00
proc Proc: Use selections consistently 2025-05-31 12:04:42 +12:00
sat Revert "Add groups to command reference" 2025-07-23 14:41:49 +00:00
techmap Preserve assign_map across ABC invocations. 2025-08-01 03:09:05 +00:00
tests raise_error.cc: Option for direct to stderr 2025-07-29 11:39:50 +12:00