Skip to content

Commit

Permalink
Merge pull request #107 from siliconcompiler/fix-decap-use
Browse files Browse the repository at this point in the history
dont use decaps in IHP since they are not marked SPACER
  • Loading branch information
gadfort authored Oct 27, 2024
2 parents 1239cff + 64501bd commit fdb0323
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lambdapdk/ihp130/libs/sg13g2_stdcell.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ def setup():

# filler
lib.add('asic', 'cells', 'filler', ["sg13g2_fill_1",
"sg13g2_fill_2"])
"sg13g2_fill_2",
"sg13g2_fill_4",
"sg13g2_fill_8"])

# decap
lib.add('asic', 'cells', 'decap', ["sg13g2_decap_4",
Expand All @@ -97,6 +99,7 @@ def setup():
lib.set('option', 'var', 'openroad_pad_detail_place', '0')
lib.set('option', 'var', 'openroad_macro_place_halo', ['40', '40'])
lib.set('option', 'var', 'openroad_macro_place_channel', ['80', '80'])
lib.set('option', 'var', 'openroad_dpl_use_decap_fillers', False)

lib.set('option', 'file', 'openroad_tapcells', libdir + '/apr/openroad/tapcell.tcl',
package='lambdapdk')
Expand Down

0 comments on commit fdb0323

Please sign in to comment.