mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-22 08:35:32 +00:00
Clear selection in pass before doing anything
This commit is contained in:
parent
be77aad820
commit
674075126b
1 changed files with 3 additions and 0 deletions
|
@ -123,6 +123,9 @@ struct LongLoopSelect : public ScriptPass {
|
|||
}
|
||||
log("Running longloop_select pass\n");
|
||||
log_flush();
|
||||
|
||||
Pass::call(design, "select -none");
|
||||
|
||||
for (auto module : design->modules()) {
|
||||
if (debug) {
|
||||
log("Module %s\n", log_id(module));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue