How to calculate capacitance for setRC.tcl #3429
Answered
by
rovinski
lokki11199
asked this question in
Q&A
-
Hello! I need to calculate per-lenght capacitance for "set_layer_rc" in setRC.tcl. It doesn't present at PDK and I am trying to calculate it from the data presented at tech.lef file. Can someone describe me how can I do it? |
Beta Was this translation helpful? Give feedback.
Answered by
rovinski
Jun 6, 2023
Replies: 1 comment 4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the parasitics info is already in the tech LEF file, then you don't need to add a setRC.tcl on top of it unless you are trying to override the values from the tech LEF.
That being said, we have found that only very old processes store their parasitics in the tech LEF and the numbers presented don't tend to correlate well with the post-extraction netlist. It is fine for prototyping, but you might want to look into ORFS correlateRC.py to for better parasitics correlation.