Skip to content

Commit

Permalink
add back unithd for backwards compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
gadfort committed Mar 12, 2024
1 parent 2360852 commit 45bdd8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lambdapdk/sky130/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ def setup(chip):
# APR Setup
# TODO: remove libtype
for tool in ('openroad', 'klayout', 'magic'):
# Add unithd for backwards compatibility
pdk.set('pdk', process, 'aprtech', tool, stackup, 'unithd', 'lef',
pdkdir + '/apr/sky130_fd_sc_hd.tlef')
for libtype in ('hd', 'hdll'):
pdk.set('pdk', process, 'aprtech', tool, stackup, libtype, 'lef',
pdkdir + f'/apr/sky130_fd_sc_{libtype}.tlef')
Expand Down

0 comments on commit 45bdd8c

Please sign in to comment.