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

PDK should have a make timing equivalent #65

Comments

@RTimothyEdwards
Copy link
Collaborator

Expected Behavior

make timing generates liberty headers and creates the liberty libraries (as it does in the sky130 open PDK)

Actual Behavior

There is no make timing, and there are no liberty file headers.

Probably it is close to sufficient to just copy the timing script from sky130 PDK and add the build recipe to the Makefile. There is probably some process-dependent stuff in the script that needs to be modified.

@mithro

@proppy
Copy link
Member

proppy commented Sep 14, 2022

re-opening since we still need to add a make timing equivalent.

@proppy proppy reopened this Sep 14, 2022
@proppy proppy changed the title Liberty file header information is not in the PDK PDK should have a make timing equivalent Sep 14, 2022
@tstrahler
Copy link

The Liberty files still do not contain any information about the individual cells. This makes the PDK basically unusable when working with commercial synth tools.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment