-
Notifications
You must be signed in to change notification settings - Fork 582
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
fix guide above TOP_ROUTING_LAYER #1405
fix guide above TOP_ROUTING_LAYER #1405
Conversation
Signed-off-by: stephano <stephanommg@yahoo.com.br>
I'll approve once you cleanup the CI issues. |
I really dont understand what is going on. The errors are that some metrics are missing, and ispd sample regression fails, but the metrics are there (in the remote branch), and the regression passes in my machine. |
Your OR version in this branch is behind the head of secure-TR_GuideFix. I ran with the head of secure-TR_GuideFix and on ispd18_sample.tcl I get: [INFO DRT-0033] Metal8 shape region query size = 0. |
I think you are failing on: int TOP_ROUTING_LAYER = std::numeric_limits::max(); in which case: is huge and negative |
This branch is secure-TR_GuideFix, how can it be behind it? You meant it is behind master? |
I mean the ORFS points to an older OR version. I guess it doesn't matter for these tests, just secure CI. |
Ok, going to correct it. |
Started a new secure-CI with the bugfix |
Signed-off-by: stephano stephanommg@yahoo.com.br