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

Access to pg_pins' timing lib #435

Open
leolin1206 opened this issue Jul 11, 2024 · 1 comment
Open

Access to pg_pins' timing lib #435

leolin1206 opened this issue Jul 11, 2024 · 1 comment

Comments

@leolin1206
Copy link

Hello,

I hope you are doing well.

I tried to access the timing library for the pg_pins but I wasn't able to find any information from the libraries. I was able to find specific input/output pin timing info but not the general pg_pin timing info. Does anyone know any access to the timing info for pg_pin timings?

pg_pin ("VGND") {
pg_type : "primary_ground";
related_bias_pin : "VPB";
voltage_name : "VGND";
}
pg_pin ("VNB") {
pg_type : "nwell";
physical_connection : "device_layer";
voltage_name : "VNB";
}
pg_pin ("VPB") {
pg_type : "pwell";
physical_connection : "device_layer";
voltage_name : "VPB";
}
pg_pin ("VPWR") {
pg_type : "primary_power";
related_bias_pin : "VNB";
voltage_name : "VPWR";
}

Thank you very much for your assists and directions.

Leo

@rovinski
Copy link

The Liberty timing model does not support timings on pg_pins. What is your use case for this? Generally this kind of information would never be needed in a digital flow.

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

No branches or pull requests

2 participants