Skip to content

Commit

Permalink
fix devmodels in gf180
Browse files Browse the repository at this point in the history
  • Loading branch information
gadfort committed Feb 22, 2024
1 parent cabd590 commit 6be447a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lambdapdk/gf180/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ def setup(chip):
pdkdir + '/setup/klayout/tech/gf180mcu.lyp')

# Device models
pdk.set('pdk', process, 'devmodel', 'xyce', 'spice', stackup,
pdk.add('pdk', process, 'devmodel', 'xyce', 'spice', stackup,
pdkdir + '/spice/xyce/design.xyce')
pdk.set('pdk', process, 'devmodel', 'xyce', 'spice', stackup,
pdk.add('pdk', process, 'devmodel', 'xyce', 'spice', stackup,
pdkdir + '/spice/xyce/sm141064.xyce')
pdk.set('pdk', process, 'devmodel', 'xyce', 'spice', stackup,
pdk.add('pdk', process, 'devmodel', 'xyce', 'spice', stackup,
pdkdir + '/spice/xyce/smbb000149.xyce')

# Openroad global routing grid derating
Expand Down

0 comments on commit 6be447a

Please sign in to comment.