Skip to content

Commit 18526e8

Browse files
committed
add ihp130 fill
1 parent da1ab74 commit 18526e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lambdapdk/ihp130/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ def setup():
118118
pdk.set('pdk', process, 'pexmodel', 'openroad-openrcx', stackup, corner,
119119
lpdkdir + '/pex/openroad/' + corner + '.rules', package='lambdapdk')
120120

121+
# Fill
122+
pdk.set('pdk', process, 'aprtech', 'openroad', stackup, '9t', 'fill',
123+
lpdkdir + '/dfm/openroad/fill.json', package='lambdapdk')
124+
121125
# DRC
122126
drcs = {
123127
"maximal": 'ihp-sg13g2/libs.tech/klayout/tech/drc/sg13g2_maximal.lydrc',

0 commit comments

Comments
 (0)