Final graphics clean up - #3249
Merged
Merged
Conversation
Closed
14 tasks
AlexandreSinger
left a comment
Contributor
There was a problem hiding this comment.
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. |
Contributor
|
Thanks a lot @SamuelHo10 ! Lots of nice fixes here. Merging this, and we can fix the typo @AlexandreSinger found in a separate PR. |
Contributor
Done: #3253 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.