-
Notifications
You must be signed in to change notification settings - Fork 397
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
Add flat version of sync_netlists_to_routing #2758
Conversation
551b987
to
5f68956
Compare
Spree.v failed again in vtr_reg_strong:
There's also a spurious unit test failure (odd_even routing in the NoC tests): @soheilshahrouz can you disable that one? |
fc478bd
to
6e571fe
Compare
This is very annoying:
|
@AlexandreSinger : maybe 4 cores is running out of memory on the GitHub runners? Perhaps that is why we only used 2 until recently? |
@vaughnbetz I would be very surprised. Since merging the 4-core change the CI was run 7 times on the master branch and did not see any issue (asside from the known unit test randomly failing). However, I do agree that the symptoms Fahri points out would point to this. I agree to trying to set it back to 2-cores and see if that fixes it. But again, I would be very suprised if this is the problem. |
Looking at Fahris most recent commit, he did turn it back to 2 cores successfully; but the Tests still seem to be failing. |
🤦🤦🤦 I accidentally included |
83e7b15
to
7b956b6
Compare
That seems to fix it... merging |
@fkosar-ql The CI is now failing on Master with the same failures as what was seen in this PR before: Something is still wrong with this code. @vaughnbetz Should I revert this PR so we can merge it again once we figure out what is causing these issues? edit: see below. I do not think this PR is the problem. It looks like the three PRs which were most recently merged in were not rebased onto each other and are causing some bugs to come out. Sara's changes changed the golden result, so they need to be regenerated. This basic one has been there before and must have been exposed. Sorry for the confusion. |
Actually, reading into these errors its different. The strong tests are just golden test not matching, and the basic test failures are the failures noted in issue #2754 Something about how this change interacted with other code being merged in may have brought it out. |
Yeah, the failures don't look the same. This PR doesn't touch routing or STA so it would be surprising if it was causing the issue. |
Re-opened #2691 to see if that fixes the CI.