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

Stdcell schematics must contain multiplier = 1 #180

Open
sergeiandreyev opened this issue Aug 12, 2024 · 0 comments
Open

Stdcell schematics must contain multiplier = 1 #180

sergeiandreyev opened this issue Aug 12, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@sergeiandreyev
Copy link
Contributor

Layouts contain multi-fingered MOS devices, so CDL and SPICE netlists should be fixed to align with layout

Expected Behavior

.SUBCKT sg13g2_inv_2 A VDD VSS Y
*.PININFO A:I Y:O VDD:B VSS:B
MX1 Y A VSS VSS sg13_lv_nmos m=1 w=1.48u l=130.00n ng=2
MX0 Y A VDD VDD sg13_lv_pmos m=1 w=2.24u l=130.00n ng=2
.ENDS

Actual Behavior

.SUBCKT sg13g2_inv_2 A VDD VSS Y
*.PININFO A:I Y:O VDD:B VSS:B
MX1 Y A VSS VSS sg13_lv_nmos m=2 w=740.00n l=130.00n ng=1
MX0 Y A VDD VDD sg13_lv_pmos m=2 w=1.12u l=130.00n ng=1
.ENDS

There is a check uploaded: https://github.com/IHP-GmbH/IHP-Open-PDK/blob/dev/ihp-sg13g2/libs.qa/stdcells/check_multiplier.sh

@sergeiandreyev sergeiandreyev added the bug Something isn't working label Aug 12, 2024
@sergeiandreyev sergeiandreyev changed the title Stdcell schematics should contain multiplier = 1 Stdcell schematics must contain multiplier = 1 Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants