Skip to content

Commit

Permalink
re-enable io lef hack
Browse files Browse the repository at this point in the history
  • Loading branch information
elamdf committed Jan 27, 2025
1 parent bf04604 commit 969b9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hammer/technology/sky130/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ def post_install_script(self) -> None:
self.setup_cdl()
self.setup_verilog()
self.setup_techlef()
# self.setup_io_lefs()
self.setup_io_lefs()
print("Loaded Sky130 Tech")

def setup_cdl(self) -> None:
Expand Down

0 comments on commit 969b9d8

Please sign in to comment.