Fixed dfflibmap endless-loop bug
This commit is contained in:
parent
2ee3ac4ba3
commit
404bcc2d1e
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue