1
0
mirror of synced 2026-02-26 08:54:54 +00:00
Files
YosysHQ.yosys/kernel/satgen.h
Robert O'Callahan 743df9f0f9 Fix space leak in SatGen::importSigSpecWorker() by avoiding log_id().
Calling `log_id()` leaks a copy of the ID into `log_id_cache` until the
end of the pass, which causes exorbitant memory usage.

See issue #5210.
2025-07-08 23:53:38 +00:00

10 KiB