-
Notifications
You must be signed in to change notification settings - Fork 415
Faster log parsing: fix parse_vtr_flow.py to only read each log file once #1658
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
Conversation
ab0af2f
to
643a174
Compare
a42bcfa
to
ed99766
Compare
The failures in vtr_reg_nightly are due to QoR improving on a few circuits: |
When I run If I understand how the golden works, the relative value the nightly found (1.4499921074291642) and golden (-7.09528), would mean a WNS of -10.288, which seems like a large increase, and not matching what I found locally. It's running again now, but I'll investigate some more. |
I ran the full vtr_reg_nightly locally and indeed I get: So it is parsing it correctly. I'm not sure why I got different results when trying to run the individual design on it's own, although I seemed to have missed the |
@vaughnbetz , since it seems like the parsing is working fine, I'm going to merge this. |
Description
Related Issue
Closes #1647
Motivation and Context
How Has This Been Tested?
Types of changes
Checklist: