Skip to content

Commit

Permalink
Merge pull request #45 from siliconcompiler/gf-halo
Browse files Browse the repository at this point in the history
update halo in gf180 to allow for pdn on edges
  • Loading branch information
gadfort authored May 13, 2024
2 parents fec9392 + 2afcef7 commit 7f46b48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lambdapdk/gf180/libs/gf180mcu.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ def setup(chip):
lib.set('option', 'var', 'openroad_place_density', '0.4')
lib.set('option', 'var', 'openroad_pad_global_place', '1')
lib.set('option', 'var', 'openroad_pad_detail_place', '0')
lib.set('option', 'var', 'openroad_macro_place_halo', ['10', '10'])
lib.set('option', 'var', 'openroad_macro_place_channel', ['20.16', '20.16'])
lib.set('option', 'var', 'openroad_macro_place_halo', ['15', '15'])
lib.set('option', 'var', 'openroad_macro_place_channel', ['30.16', '30.16'])

# Yosys techmap
lib.add('option', 'file', 'yosys_techmap', libdir + '/techmap/yosys/cells_latch.v')
Expand Down

0 comments on commit 7f46b48

Please sign in to comment.