Skip to content
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

Make estimate_parasitics -spef_file foo.spef write to foo.spef, not foo_default.spef #6420

Open
oharboe opened this issue Dec 23, 2024 · 1 comment
Assignees
Labels
rsz Resizer

Comments

@oharboe
Copy link
Collaborator

oharboe commented Dec 23, 2024

Description

It is surprising that the _default suffix is added to the filename.

To work around this, I have to add a mv command:

estimate_parasitics -placement -spef_file $::env(RESULTS_DIR)/4_cts.spef
exec mv $::env(RESULTS_DIR)/4_cts_default.spef $::env(RESULTS_DIR)/4_cts.spef

Suggested Solution

Write to the exact file that was specified on the command instead of writing to some other file.

Additional Context

No response

@maliberty
Copy link
Member

If you have multiple corners then multiple files need to be written with unique names. With just one corner we can do as you suggest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rsz Resizer
Projects
None yet
Development

No branches or pull requests

3 participants