-
Notifications
You must be signed in to change notification settings - Fork 578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stop search instance "*FF*" from locking up the GUI #6400
Comments
Just to add, many commercial tools throw a popup at ~10k instances asking if you are sure you want to continue. |
It comes back to the general issue of needing a cancel option on many long running commands. The same sort as parallaxsw/OpenSTA#111 |
The use case here is a bit different: it is used as a beggars heatmap for flip flops, wires, etc. |
Also, I think there is a performance problem unqiue to instances, I dont recall it locking up on wires. Perhaps the performance can be fixed and we can forget all about it? |
1 similar comment
Also, I think there is a performance problem unqiue to instances, I dont recall it locking up on wires. Perhaps the performance can be fixed and we can forget all about it? |
Description
For a large design, it is easy to accidentally launch a search that is too broad, this will then lock up the GUI.
Suggested Solution
Press "ESC" to stop search, the user can then correct. Perhaps print something in console log as to how many were selected or other actionable info.
Additional Context
No response
The text was updated successfully, but these errors were encountered: