IHP-GmbH / IHP-Open-PDK

130nm BiCMOS Open Source PDK, dedicated for Analog, Mixed Signal and RF Design
Apache License 2.0
295 stars 39 forks source link

Stdcell pin order #94

Closed bmurmann closed 1 week ago

bmurmann commented 2 weeks ago

sg13g2_stdcell.cdl has the wrong supply pin order for inv_4, inv_8 and inv_16. The order should be VDD, VSS.


.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


.SUBCKT sg13g2_inv_4 A VSS VDD Y *.PININFO A:I Y:O VDD:B VSS:B MP0 Y A VDD VDD sg13_lv_pmos m=4 w=1.12u l=130.00n ng=1 MN0 Y A VSS VSS sg13_lv_nmos m=4 w=740.00n l=130.00n ng=1 .ENDS


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

sergeiandreyev commented 2 weeks ago

Hello @bmurmann , this should be fixed now (https://github.com/IHP-GmbH/IHP-Open-PDK/commit/5f02042b601a174e58aefb474a3a5760ab3f7eb6)

sergeiandreyev commented 1 week ago

@bmurmann, could you please confirm that it's fixed - then I'll close the issue

bmurmann commented 1 week ago

Confirmed, it's fixed.