Skip to content

Commit

Permalink
fix pegasus lvs on sky130_fd_sc_hd
Browse files Browse the repository at this point in the history
  • Loading branch information
elamdf committed Dec 23, 2024
1 parent ac9191b commit ac5887f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hammer/technology/sky130/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,9 @@ def setup_cdl(self) -> None:
if self.get_setting("vlsi.core.lvs_tool") == "hammer.lvs.calibre":
pmos = "phighvt"
nmos = "nshort"
elif self.get_setting("vlsi.core.lvs_tool") == "hammer.lvs.pegasus":
pmos = "pfet_01v8_hvt"
nmos = "nfet_01v8"
elif self.get_setting("vlsi.core.lvs_tool") == "hammer.lvs.netgen":
pmos = "sky130_fd_pr__pfet_01v8_hvt"
nmos = "sky130_fd_pr__nfet_01v8"
Expand Down

0 comments on commit ac5887f

Please sign in to comment.