Skip to content

Commit

Permalink
Merge pull request The-OpenROAD-Project#5766 from gadfort/fix-lef-pow…
Browse files Browse the repository at this point in the history
…eswitch

pdn: fix lef for powerswitch to align with site
  • Loading branch information
maliberty authored Sep 18, 2024
2 parents b46a48b + 136e92d commit 587e4a1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/pdn/test/sky130_power_switch/power_switch.lef
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@ MACRO POWER_SWITCH
ORIGIN 0 0 ;
SIZE 4.6 BY 5.44 ;
SITE unithddbl ;
PIN VPWR
PIN VGND
DIRECTION INOUT ;
USE POWER ;
USE GROUND ;
SHAPE ABUTMENT ;
PORT
LAYER met1 ;
RECT 0.0 -0.24 4.6 0.24 ;
RECT 0.0 5.20 4.6 5.68 ;
END
END VPWR
PIN VGND
END VGND
PIN VPWR
DIRECTION INOUT ;
USE GROUND ;
USE POWER ;
SHAPE ABUTMENT ;

PORT
LAYER met1 ;
RECT 0.0 2.48 4.6 2.96 ;
END
END VGND
END VPWR
PIN VDDG
DIRECTION INOUT ;
USE POWER ;
Expand Down

0 comments on commit 587e4a1

Please sign in to comment.