-
Notifications
You must be signed in to change notification settings - Fork 33
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
Very large max transition violations #148
Comments
Didn't mean to close that, apologies. |
@shalan any suggestions here? The Microwatt MPW5 tape out used this DFFRAM and I was wondering if the STA timing results are going to be suspect. |
I think some of these problems were a result of the suspect RCX data. Things look better with the latest tools. Also, having worked through a number of issues while integrating DFFRAM into Microwatt, I think we need to produce liberty files. They don't have to be perfect, just provide (worst case) setup and hold constraints to OpenROAD when integrating DFFRAM into other modules. |
I'm seeing some huge max transition violations when building various DFFRAMs. An example using
32x64_1RW1R
:The worst of it appears to be this path:
A few things stand out:
sky130_fd_sc_hd__nor4b_2
is only characterised out to 0.065 pF and we are loading it with 0.300 pF of capacitance. It's not clear to me why there is so much capacitance on this net (long wire?) but we are operating way outside of the liberty timing table and it makes me worried our STA results could be bad.The text was updated successfully, but these errors were encountered: