-
Notifications
You must be signed in to change notification settings - Fork 297
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2084 from dnltz/WIP/dnltz/ihp-may-update
platforms: ihp-sg13g2: May Update
- Loading branch information
Showing
36 changed files
with
170,224 additions
and
111 deletions.
There are no files selected for viewing
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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Binary file not shown.
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 |
Oops, something went wrong.