Skip to content

Commit

Permalink
ensure ethmac uses rtlmp
Browse files Browse the repository at this point in the history
  • Loading branch information
gadfort committed Apr 21, 2024
1 parent b372e4b commit 75aea98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scgallery/designs/ethmac/ethmac.py
Expand Up @@ -63,6 +63,8 @@ def setup(target=asap7_demo):

chip.set('tool', 'openroad', 'task', 'place', 'var', 'place_density', '0.60')

chip.set('tool', 'openroad', 'task', 'floorplan', 'var', 'rtlmp_enable', 'true')

return chip


Expand Down

0 comments on commit 75aea98

Please sign in to comment.