-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Sylvain Munaut <[email protected]>
- Loading branch information
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |