-
Notifications
You must be signed in to change notification settings - Fork 426
Final graphics clean up #3249
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
Final graphics clean up #3249
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Just one typo.
When a placement is being displayed, routing information is not yet known so nets are simply drawn as a “star;” that is, a straight line is drawn from the net source to each of its sinks. | ||
Click on any clb in the display, and it will be highlighted in green, while its fanin and fanout are highlighted in blue and red, respectively. | ||
Once a circuit has been routed the true path of each net will be shown. | ||
If routing is shown, clicking on a pin or channel wire whill highlight the whole net in magenta. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whill -> will
Thanks a lot @SamuelHo10 ! Lots of nice fixes here. Merging this, and we can fix the typo @AlexandreSinger found in a separate PR. |
Done: #3253 |
Previously, we had options to show flylines and routing for critical path at the same time which I think might be a useful feature to keep, so I used checkboxes for the flylines/routing.
I only had the time to update the documentation for the Nets and Routing Resource section.
Other minor changes include fixing the highlight functionality when multiple nodes are selected using ctrl + click, and ensuring that the intra-cluster flyline nets option is available even when flat routing is off.