You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of using the simple spef writer implemented in resizer to write the spef file from estimate_parasitics, store the parasitics data in odb and write them with write_spef command.
This is necessary since write_spef already covers multiple corner cases regarding the spef format, and mimic them in the resizer implementation would be code duplication.
Description
Instead of using the simple spef writer implemented in resizer to write the spef file from estimate_parasitics, store the parasitics data in odb and write them with write_spef command.
This is necessary since write_spef already covers multiple corner cases regarding the spef format, and mimic them in the resizer implementation would be code duplication.
Follow up on issue #6225
Suggested Solution
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: