-
Notifications
You must be signed in to change notification settings - Fork 5
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
cts: include ADDITIONAL_LIBS in variables to CTS stage #18
Conversation
@lpawelcz We'll need a |
If your cts stage matches ORFS then the .lib are necessary for repair_timing. |
Why dont I get an error without the .lib files in CTS? |
sta will treat them as black boxes with no timing (as will proprietary tools). |
how can I tell which stages use .lef and .def files? |
Needs more work, but this is the right approach |
lef/def are needed just at floorplan and gds generation as they are stored in odb. Liberty are not and are needed at any stage that does timing - it is simplest to assume all stages. |
a32d5a1
to
97e6502
Compare
2f1c989
to
21f03ef
Compare
This is not strictly necessary for the execution of this stage, but it is useful, otherwise .lib files are not included in make cts_issue Signed-off-by: Øyvind Harboe <[email protected]>
21f03ef
to
02c09ae
Compare
Fixed. |
Ideally we provide only the variables relevant for a stage to that stage. Is ADDITIONAL_LIBS relevant, other than for
make cts_issue
?What about ADDITIONAL_LEFS?
This is not strictly necessary for the execution of this stage, but it is useful, otherwise .lib files for macros are not included in make cts_issue.