mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-15 11:45:41 +00:00
Address review feedback on the fixpoint loop: - Scope the per-sweep cleanup to the module under rewrite via Pass::call_on_module(..., "clean -purge") instead of running clean over the whole design selection. This avoids O(N^2) work across modules and keeps untouched modules' dangling cells until their own sweep, matching the original single-call behavior. - Emit a log_warning if a module fails to reach a fixpoint within max_sweeps, so silent truncation of compaction is visible. Co-authored-by: Cursor <cursoragent@cursor.com> |
||
|---|---|---|
| .. | ||
| cmds | ||
| equiv | ||
| fsm | ||
| hierarchy | ||
| memory | ||
| opt | ||
| pmgen | ||
| proc | ||
| sat | ||
| silimate | ||
| techmap | ||
| tests | ||
| CMakeLists.txt | ||