mirror of
git://projects.qi-hardware.com/fped.git
synced 2025-04-21 12:27:27 +03:00
- inst.c (inst_select): cycle through instances globally, not only within the
same priority git-svn-id: http://svn.openmoko.org/trunk/eda/fped@5716 99fdad57-331a-0410-800a-d7fa5415bdb3
This commit is contained in:
12
inst.c
12
inst.c
@@ -226,13 +226,13 @@ int inst_select(struct coord pos)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (select_next) {
|
|
||||||
selected_inst = next ? next : first;
|
|
||||||
goto selected;
|
|
||||||
}
|
|
||||||
if (selected_inst)
|
|
||||||
goto selected;
|
|
||||||
}
|
}
|
||||||
|
if (select_next) {
|
||||||
|
selected_inst = next ? next : first;
|
||||||
|
goto selected;
|
||||||
|
}
|
||||||
|
if (selected_inst)
|
||||||
|
goto selected;
|
||||||
|
|
||||||
/* give vectors a second chance */
|
/* give vectors a second chance */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user