mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 06:07:26 +02:00
Fixed dfflibmap endless-loop bug
This commit is contained in:
@@ -482,6 +482,7 @@ struct DfflibmapPass : public Pass {
|
||||
keep_running |= expand_cellmap("$_DFFSR_??*_", "R");
|
||||
} while (keep_running);
|
||||
do {
|
||||
keep_running = false;
|
||||
keep_running |= expand_cellmap("$_DFF_*_", "C");
|
||||
keep_running |= expand_cellmap("$_DFF_*??_", "C");
|
||||
keep_running |= expand_cellmap("$_DFFSR_*??_", "C");
|
||||
|
||||
Reference in New Issue
Block a user