-
Notifications
You must be signed in to change notification settings - Fork 551
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 #6075 from gadfort/rdl-route-bumps-only
pad: correct handling of bump to bump routing
- Loading branch information
Showing
12 changed files
with
1,807 additions
and
190 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
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
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,39 @@ | ||
VERSION 5.7 ; | ||
NAMESCASESENSITIVE ON ; | ||
BUSBITCHARS "[]" ; | ||
DIVIDERCHAR "/" ; | ||
|
||
PROPERTYDEFINITIONS | ||
END PROPERTYDEFINITIONS | ||
|
||
|
||
MACRO BUMP10 | ||
CLASS COVER BUMP ; | ||
ORIGIN 5 5 ; | ||
SIZE 10 BY 10 ; | ||
SYMMETRY X Y ; | ||
PIN PAD | ||
DIRECTION INOUT ; | ||
USE SIGNAL ; | ||
PORT | ||
LAYER topmetal ; | ||
POLYGON 2 -5 -2 -5 -5 -2 -5 2 -2 5 2 5 5 2 5 -2 2 -5 ; | ||
END | ||
END PAD | ||
END BUMP10 | ||
|
||
MACRO BUMP45 | ||
CLASS COVER BUMP ; | ||
ORIGIN 14 14 ; | ||
SIZE 28 BY 28 ; | ||
SYMMETRY X Y ; | ||
PIN PAD | ||
DIRECTION INOUT ; | ||
USE SIGNAL ; | ||
PORT | ||
LAYER topmetal ; | ||
POLYGON 6 -14 -6 -14 -14 -6 -14 6 -6 14 6 14 14 6 14 -6 6 -14 ; | ||
END | ||
END PAD | ||
END BUMP45 | ||
END LIBRARY |
Oops, something went wrong.