3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-23 18:01:29 +00:00
yosys/passes
Robert O'Callahan 27462da208 Run ABCs in parallel.
Large circuits can run hundreds or thousands of ABCs in a single AbcPass.
For some circuits, some of those ABC runs can run for hundreds of seconds.
Running ABCs in parallel with each other and in parallel with main-thread
processing (reading and writing BLIF files, copying ABC BLIF output into
the design) can give large speedups.
2025-09-15 17:18:42 +02:00
..
cmds Merge pull request #4252 from zapta/master 2025-09-15 15:40:40 +02:00
equiv Make log() use the FmtString infrastructure. 2025-09-09 15:41:03 +02:00
fsm Remove .c_str() calls from log()/log_error() 2025-09-11 20:59:37 +00:00
hierarchy Remove .c_str() calls from log()/log_error() 2025-09-11 20:59:37 +00:00
memory Merge pull request #5336 from rocallahan/remove-log-cstr 2025-09-12 14:09:48 +02:00
opt Remove .c_str() calls from log()/log_error() 2025-09-11 20:59:37 +00:00
pmgen Remove .c_str() calls from log()/log_error() 2025-09-11 20:59:37 +00:00
proc Remove .c_str() calls from log()/log_error() 2025-09-11 20:59:37 +00:00
sat Remove .c_str() calls from log()/log_error() 2025-09-11 20:59:37 +00:00
techmap Run ABCs in parallel. 2025-09-15 17:18:42 +02:00
tests Remove .c_str() calls from log()/log_error() 2025-09-11 20:59:37 +00:00