Skip to content

Commit

Permalink
[hack] add bondpad
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Munaut <[email protected]>
  • Loading branch information
smunaut committed Oct 21, 2024
1 parent c5d978b commit ab01b6f
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
Binary file added ol2/tt_top/gds/bondpad_70x70.gds
Binary file not shown.
44 changes: 44 additions & 0 deletions ol2/tt_top/lef/bondpad_70x70.lef
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
VERSION 5.8 ;

MACRO bondpad_70x70
CLASS COVER ;
ORIGIN 0 0 ;
FOREIGN bondpad_70x70 0 0 ;
SIZE 70.0 BY 70.0 ;
SYMMETRY X Y R90 ;
SITE sg13g2_ioSite ;
PIN pad
USE SIGNAL ;
PORT
LAYER Metal2 ;
RECT 0 0 70.0 70.0 ;
LAYER Metal3 ;
RECT 0 0 70.0 70.0 ;
LAYER Metal4 ;
RECT 0 0 70.0 70.0 ;
LAYER Metal5 ;
RECT 0 0 70.0 70.0 ;
LAYER TopMetal1 ;
RECT 0 0 70.0 70.0 ;
LAYER TopMetal2 ;
RECT 0 0 70.0 70.0 ;
END
END pad

OBS
LAYER Metal1 ;
RECT 0 0 70.0 70.0 ;
LAYER Metal2 ;
RECT 0 0 70.0 70.0 ;
LAYER Metal3 ;
RECT 0 0 70.0 70.0 ;
LAYER Metal4 ;
RECT 0 0 70.0 70.0 ;
LAYER Metal5 ;
RECT 0 0 70.0 70.0 ;
LAYER TopMetal1 ;
RECT 0 0 70.0 70.0 ;
LAYER TopMetal2 ;
RECT 0 0 70.0 70.0 ;
END
END bondpad_70x70

0 comments on commit ab01b6f

Please sign in to comment.