Skip to content

Commit

Permalink
Merge pull request #106 from siliconcompiler/fix-decap-list
Browse files Browse the repository at this point in the history
fix decap list
  • Loading branch information
gadfort authored Oct 26, 2024
2 parents c9aa79c + 2abda2d commit 1239cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lambdapdk/asap7/libs/asap7sc7p5t.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ def _setup_lib(libname, suffix):

# decap
lib.add('asic', 'cells', 'decap', [f"DECAPx1_ASAP7_75t_{suffix}",
f"DECAPx1_ASAP7_75t_{suffix}",
f"DECAPx3_ASAP7_75t_{suffix}",
f"DECAPx2_ASAP7_75t_{suffix}",
f"DECAPx4_ASAP7_75t_{suffix}",
f"DECAPx6_ASAP7_75t_{suffix}",
f"DECAPx10_ASAP7_75t_{suffix}"])

Expand Down

0 comments on commit 1239cff

Please sign in to comment.