Skip to content

Commit ff33255

Browse files
authored
Merge pull request #170 from siliconcompiler/fix-pex
fix corners for gf180 pex
2 parents e95870e + e5e333f commit ff33255

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lambdapdk/gf180/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ def __init__(self, stackup, libtype):
117117
self.add_klayout_hidelayers('PR_bndry')
118118

119119
# OpenROAD setup
120-
121120
if max_layer == 3:
122121
self.set_openroad_rclayers(signal="Metal2", clock="Metal2")
123122
self.add_openroad_pinlayers(vertical="Metal2", horizontal="Metal3")
@@ -158,8 +157,8 @@ def __init__(self, stackup, libtype):
158157
self.add_file(pdk_path / "pex" / "openroad" / f"{base_name}.rules",
159158
filetype="openrcx")
160159

161-
self.add_pexmodelfileset("openroad", "typical")
162-
self.add_pexmodelfileset("openroad-openrcx", "typical")
160+
self.add_pexmodelfileset("openroad", corner)
161+
self.add_pexmodelfileset("openroad-openrcx", corner)
163162

164163

165164
class GF180_3LM_1TM_6K_7t(_GF180PDK):

0 commit comments

Comments
 (0)