-
Notifications
You must be signed in to change notification settings - Fork 597
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
Grt: Jumper insertion improvement #6627
base: master
Are you sure you want to change the base?
Grt: Jumper insertion improvement #6627
Conversation
Signed-off-by: luis201420 <[email protected]>
Signed-off-by: luis201420 <[email protected]>
Signed-off-by: luis201420 <[email protected]>
Signed-off-by: luis201420 <[email protected]>
Signed-off-by: luis201420 <[email protected]>
Signed-off-by: luis201420 <[email protected]>
Signed-off-by: luis201420 <[email protected]>
Signed-off-by: luis201420 <[email protected]>
Signed-off-by: luis201420 <[email protected]>
Signed-off-by: luis201420 <[email protected]>
…rtion functions Signed-off-by: luis201420 <[email protected]>
Signed-off-by: luis201420 <[email protected]>
Signed-off-by: luis201420 <[email protected]>
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.
clang-tidy made some suggestions
Signed-off-by: luis201420 <[email protected]>
Signed-off-by: luis201420 <[email protected]>
clang-tidy review says "All clean, LGTM! 👍" |
@luis201420 CI have an error: |
Signed-off-by: luis201420 <[email protected]>
clang-tidy review says "All clean, LGTM! 👍" |
Signed-off-by: luis201420 <[email protected]>
Signed-off-by: luis201420 <[email protected]>
clang-tidy review says "All clean, LGTM! 👍" |
1 similar comment
clang-tidy review says "All clean, LGTM! 👍" |
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.
@luis201420 I have just these two new comments. After addressing them, you can start a secure-ci run.
Signed-off-by: luis201420 <[email protected]>
Signed-off-by: luis201420 <[email protected]>
clang-tidy review says "All clean, LGTM! 👍" |
Signed-off-by: luis201420 <[email protected]>
clang-tidy review says "All clean, LGTM! 👍" |
New implementation of jumper insertion using DFS algorithm to find the GSegments that cause antenna violation for a pin.
The number of inserted jumpers increases because a jumper will be added to each GSegment connected to the pin with violation.
In the results obtained the number of diodes inserted in the post-GRT stage in most designs is reduced.