Skip to content

Commit

Permalink
Update OpenPDKs, remove hack
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed Jan 10, 2024
1 parent 2f3ae56 commit 3521766
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions openlane/config/pdk_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ def process_sta(key: str):
return
lib = lib_raw.strip()
lib_list = ws.split(lib)
if new["PDK"].startswith("gf180mcu"):
lib_list = [file.replace("liberty", "lib") for file in lib_list]
first_lib = os.path.basename(lib_list[0])[:-4]
pvt = first_lib.split("__")[1]
if default_pvt == "":
Expand Down
2 changes: 1 addition & 1 deletion openlane/open_pdks_rev
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d7979feb24bf08083dcf5c013be51adec8c0bcef
bdc9412b3e468c102d01b7cf6337be06ec6e9c9a

0 comments on commit 3521766

Please sign in to comment.