forked from devbisme/skidl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dave Vandenbout
committed
Jun 15, 2019
1 parent
e304f31
commit 2ad2288
Showing
2 changed files
with
299 additions
and
76 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,76 +1,299 @@ | ||
from skidl import Pin, Part, Alias, SchLib, SKIDL, TEMPLATE | ||
from skidl import SKIDL, TEMPLATE, Alias, Part, Pin, SchLib | ||
|
||
SKIDL_lib_version = '0.0.1' | ||
SKIDL_lib_version = "0.0.1" | ||
|
||
intfc_brd_lib = SchLib(tool=SKIDL).add_parts(*[ | ||
Part(**{ 'name':'TPS793XX', 'dest':TEMPLATE, 'tool':SKIDL, 'ref_prefix':'U', 'num_units':1, 'do_erc':True, 'footprint':'TO_SOT_Packages_SMD:SOT-23-5', 'pins':[ | ||
Pin(num='1',name='IN',func=Pin.types.PWRIN,do_erc=True), | ||
Pin(num='2',name='GND',func=Pin.types.PWRIN,do_erc=True), | ||
Pin(num='3',name='EN',func=Pin.types.INPUT,do_erc=True), | ||
Pin(num='4',name='NR',func=Pin.types.OUTPUT,do_erc=True), | ||
Pin(num='5',name='OUT',func=Pin.types.PWROUT,do_erc=True)] }), | ||
Part(**{ 'name':'C', 'dest':TEMPLATE, 'tool':SKIDL, 'keywords':'cap capacitor', 'description':'Unpolarized capacitor', 'ref_prefix':'C', 'num_units':1, 'fplist':['C_*'], 'do_erc':True, 'footprint':'Capacitors_SMD:C_0603', 'pins':[ | ||
Pin(num='1',name='~',func=Pin.types.PASSIVE,do_erc=True), | ||
Pin(num='2',name='~',func=Pin.types.PASSIVE,do_erc=True)] }), | ||
Part(**{ 'name':'PIC32MX2*0F***B-QFN28', 'dest':TEMPLATE, 'tool':SKIDL, 'ref_prefix':'U', 'num_units':1, 'do_erc':True, 'footprint':'Housings_DFN_QFN:QFN-28-1EP_6x6mm_Pitch0.65mm', 'pins':[ | ||
Pin(num='15',name='TDO/RPB9/SDA1/CTED4/PMD3/RB9',func=Pin.types.BIDIR,do_erc=True), | ||
Pin(num='16',name='VSS',func=Pin.types.PWRIN,do_erc=True), | ||
Pin(num='17',name='VCAP',func=Pin.types.PWROUT,do_erc=True), | ||
Pin(num='18',name='PGED2/RPB10/D+/CTED11/RB10',func=Pin.types.BIDIR,do_erc=True), | ||
Pin(num='19',name='PGEC2/RPB11/D-/RB11',func=Pin.types.BIDIR,do_erc=True), | ||
Pin(num='20',name='VUSB3V3',func=Pin.types.PWRIN,do_erc=True), | ||
Pin(num='21',name='AN11/RPB13/CTPLS/PMRD/RB13',func=Pin.types.BIDIR,do_erc=True), | ||
Pin(num='22',name='CVREFOUT/AN10/C3INB/RPB14/VBUSON/SCK1/CTED5/RB14',func=Pin.types.BIDIR,do_erc=True), | ||
Pin(num='23',name='AN9/C3INA/RPB15/SCK2/CTED6/PMCS1/RB15',func=Pin.types.BIDIR,do_erc=True), | ||
Pin(num='24',name='AVSS',func=Pin.types.PWRIN,do_erc=True), | ||
Pin(num='25',name='AVDD',func=Pin.types.PWRIN,do_erc=True), | ||
Pin(num='26',name='~MCLR',func=Pin.types.INPUT,do_erc=True), | ||
Pin(num='27',name='PGED3/VREF+/CVREF+/AN0/C3INC/RPA0/CTED1/PMD7/RA0',func=Pin.types.BIDIR,do_erc=True), | ||
Pin(num='28',name='PGEC3/VREF-/CVREF-/AN1/RPA1/CTED2/PMD6/RA1',func=Pin.types.BIDIR,do_erc=True), | ||
Pin(num='29',name='PAD',func=Pin.types.PWRIN,do_erc=True), | ||
Pin(num='1',name='PGED1/AN2/C1IND/C2INB/C3IND/RPB0/PMD0/RB0',func=Pin.types.BIDIR,do_erc=True), | ||
Pin(num='2',name='PGEC1/AN3/C1INC/C2INA/RPB1/CTED12/PMD1/RB1',func=Pin.types.BIDIR,do_erc=True), | ||
Pin(num='3',name='AN4/C1INB/C2IND/RPB2/SDA2/CTED13/PMD2/RB2',func=Pin.types.BIDIR,do_erc=True), | ||
Pin(num='4',name='AN5/C1INA/C2INC/RTCC/RPB3/SCL2/PMWR/RB3',func=Pin.types.BIDIR,do_erc=True), | ||
Pin(num='5',name='VSS',func=Pin.types.PWRIN,do_erc=True), | ||
Pin(num='6',name='OSC1/CLKI/RPA2/RA2',func=Pin.types.BIDIR,do_erc=True), | ||
Pin(num='7',name='OSC2/CLKO/RPA3/PMA0/RA3',func=Pin.types.BIDIR,do_erc=True), | ||
Pin(num='8',name='SOSCI/RPB4/RB4',func=Pin.types.BIDIR,do_erc=True), | ||
Pin(num='9',name='SOSCO/RPA4/T1CK/CTED9/PMA1/RA4',func=Pin.types.BIDIR,do_erc=True), | ||
Pin(num='10',name='VDD',func=Pin.types.PWRIN,do_erc=True), | ||
Pin(num='11',name='TMS/RPB5/USBID/RB5',func=Pin.types.BIDIR,do_erc=True), | ||
Pin(num='12',name='VBUS',func=Pin.types.INPUT,do_erc=True), | ||
Pin(num='13',name='TDI/RPB7/CTED3/PMD5/INT0/RB7',func=Pin.types.BIDIR,do_erc=True), | ||
Pin(num='14',name='TCK/RPB8/SCL1/CTED10/PMD4/RB8',func=Pin.types.BIDIR,do_erc=True)] }), | ||
Part(**{ 'name':'R', 'dest':TEMPLATE, 'tool':SKIDL, 'keywords':'r res resistor', 'description':'Resistor', 'ref_prefix':'R', 'num_units':1, 'fplist':['R_*', 'R_*'], 'do_erc':True, 'footprint':'Resistors_SMD:R_0603', 'pins':[ | ||
Pin(num='1',name='~',func=Pin.types.PASSIVE,do_erc=True), | ||
Pin(num='2',name='~',func=Pin.types.PASSIVE,do_erc=True)] }), | ||
Part(**{ 'name':'USB-MicroB', 'dest':TEMPLATE, 'tool':SKIDL, 'ref_prefix':'USB', 'num_units':1, 'do_erc':True, 'footprint':'XESS:USB-microB-1', 'pins':[ | ||
Pin(num='1',name='VBUS',func=Pin.types.PWROUT,do_erc=True), | ||
Pin(num='2',name='D-',func=Pin.types.BIDIR,do_erc=True), | ||
Pin(num='3',name='D+',func=Pin.types.BIDIR,do_erc=True), | ||
Pin(num='4',name='NC',func=Pin.types.NOCONNECT,do_erc=True), | ||
Pin(num='5',name='GND',func=Pin.types.PWROUT,do_erc=True), | ||
Pin(num='SH',name='SHIELD',func=Pin.types.PASSIVE,do_erc=True)] }), | ||
Part(**{ 'name':'LED', 'dest':TEMPLATE, 'tool':SKIDL, 'keywords':'led diode', 'description':'LED generic', 'ref_prefix':'D', 'num_units':1, 'fplist':['LED*'], 'do_erc':True, 'footprint':'Diodes_SMD:D_0603', 'pins':[ | ||
Pin(num='1',name='K',func=Pin.types.PASSIVE,do_erc=True), | ||
Pin(num='2',name='A',func=Pin.types.PASSIVE,do_erc=True)] }), | ||
Part(**{ 'name':'XTAL4', 'dest':TEMPLATE, 'tool':SKIDL, 'ref_prefix':'Y', 'num_units':1, 'do_erc':True, 'footprint':'XESS:32x25-4', 'pins':[ | ||
Pin(num='1',name='~',func=Pin.types.PASSIVE,do_erc=True), | ||
Pin(num='2',name='~',func=Pin.types.PASSIVE,do_erc=True), | ||
Pin(num='3',name='~',func=Pin.types.PASSIVE,do_erc=True), | ||
Pin(num='4',name='~',func=Pin.types.PASSIVE,do_erc=True)] }), | ||
Part(**{ 'name':'PICkit3_hdr', 'dest':TEMPLATE, 'tool':SKIDL, 'ref_prefix':'U', 'num_units':1, 'do_erc':True, 'footprint':'Pin_Headers:Pin_Header_Straight_1x06', 'pins':[ | ||
Pin(num='1',name='~MCLR',func=Pin.types.OUTPUT,do_erc=True), | ||
Pin(num='2',name='VDD',func=Pin.types.PWRIN,do_erc=True), | ||
Pin(num='3',name='GND',func=Pin.types.PWRIN,do_erc=True), | ||
Pin(num='4',name='PGD',func=Pin.types.BIDIR,do_erc=True), | ||
Pin(num='5',name='PGC',func=Pin.types.BIDIR,do_erc=True), | ||
Pin(num='6',name='NC',func=Pin.types.NOCONNECT,do_erc=True)] }), | ||
Part(**{ 'name':'Conn_01x06', 'dest':TEMPLATE, 'tool':SKIDL, 'ref_prefix':'J', 'num_units':1, 'fplist':['Connector*:*_??x*mm*', 'Connector*:*1x??x*mm*', 'Pin?Header?Straight?1X*', 'Pin?Header?Angled?1X*', 'Socket?Strip?Straight?1X*', 'Socket?Strip?Angled?1X*'], 'do_erc':True, 'footprint':'Pin_Headers:Pin_Header_Straight_1x06', 'pins':[ | ||
Pin(num='1',name='Pin_1',func=Pin.types.PASSIVE,do_erc=True), | ||
Pin(num='2',name='Pin_2',func=Pin.types.PASSIVE,do_erc=True), | ||
Pin(num='3',name='Pin_3',func=Pin.types.PASSIVE,do_erc=True), | ||
Pin(num='4',name='Pin_4',func=Pin.types.PASSIVE,do_erc=True), | ||
Pin(num='5',name='Pin_5',func=Pin.types.PASSIVE,do_erc=True), | ||
Pin(num='6',name='Pin_6',func=Pin.types.PASSIVE,do_erc=True)] })]) | ||
intfc_brd_lib = SchLib(tool=SKIDL).add_parts( | ||
*[ | ||
Part( | ||
**{ | ||
"name": "TPS793XX", | ||
"dest": TEMPLATE, | ||
"tool": SKIDL, | ||
"ref_prefix": "U", | ||
"num_units": 1, | ||
"do_erc": True, | ||
"footprint": "TO_SOT_Packages_SMD:SOT-23-5", | ||
"pins": [ | ||
Pin(num="1", name="IN", func=Pin.types.PWRIN, do_erc=True), | ||
Pin(num="2", name="GND", func=Pin.types.PWRIN, do_erc=True), | ||
Pin(num="3", name="EN", func=Pin.types.INPUT, do_erc=True), | ||
Pin(num="4", name="NR", func=Pin.types.OUTPUT, do_erc=True), | ||
Pin(num="5", name="OUT", func=Pin.types.PWROUT, do_erc=True), | ||
], | ||
} | ||
), | ||
Part( | ||
**{ | ||
"name": "C", | ||
"dest": TEMPLATE, | ||
"tool": SKIDL, | ||
"keywords": "cap capacitor", | ||
"description": "Unpolarized capacitor", | ||
"ref_prefix": "C", | ||
"num_units": 1, | ||
"fplist": ["C_*"], | ||
"do_erc": True, | ||
"footprint": "Capacitors_SMD:C_0603", | ||
"pins": [ | ||
Pin(num="1", name="~", func=Pin.types.PASSIVE, do_erc=True), | ||
Pin(num="2", name="~", func=Pin.types.PASSIVE, do_erc=True), | ||
], | ||
} | ||
), | ||
Part( | ||
**{ | ||
"name": "PIC32MX2*0F***B-QFN28", | ||
"dest": TEMPLATE, | ||
"tool": SKIDL, | ||
"ref_prefix": "U", | ||
"num_units": 1, | ||
"do_erc": True, | ||
"footprint": "Housings_DFN_QFN:QFN-28-1EP_6x6mm_Pitch0.65mm", | ||
"pins": [ | ||
Pin( | ||
num="15", | ||
name="TDO/RPB9/SDA1/CTED4/PMD3/RB9", | ||
func=Pin.types.BIDIR, | ||
do_erc=True, | ||
), | ||
Pin(num="16", name="VSS", func=Pin.types.PWRIN, do_erc=True), | ||
Pin(num="17", name="VCAP", func=Pin.types.PWROUT, do_erc=True), | ||
Pin( | ||
num="18", | ||
name="PGED2/RPB10/D+/CTED11/RB10", | ||
func=Pin.types.BIDIR, | ||
do_erc=True, | ||
), | ||
Pin( | ||
num="19", | ||
name="PGEC2/RPB11/D-/RB11", | ||
func=Pin.types.BIDIR, | ||
do_erc=True, | ||
), | ||
Pin(num="20", name="VUSB3V3", func=Pin.types.PWRIN, do_erc=True), | ||
Pin( | ||
num="21", | ||
name="AN11/RPB13/CTPLS/PMRD/RB13", | ||
func=Pin.types.BIDIR, | ||
do_erc=True, | ||
), | ||
Pin( | ||
num="22", | ||
name="CVREFOUT/AN10/C3INB/RPB14/VBUSON/SCK1/CTED5/RB14", | ||
func=Pin.types.BIDIR, | ||
do_erc=True, | ||
), | ||
Pin( | ||
num="23", | ||
name="AN9/C3INA/RPB15/SCK2/CTED6/PMCS1/RB15", | ||
func=Pin.types.BIDIR, | ||
do_erc=True, | ||
), | ||
Pin(num="24", name="AVSS", func=Pin.types.PWRIN, do_erc=True), | ||
Pin(num="25", name="AVDD", func=Pin.types.PWRIN, do_erc=True), | ||
Pin(num="26", name="~MCLR", func=Pin.types.INPUT, do_erc=True), | ||
Pin( | ||
num="27", | ||
name="PGED3/VREF+/CVREF+/AN0/C3INC/RPA0/CTED1/PMD7/RA0", | ||
func=Pin.types.BIDIR, | ||
do_erc=True, | ||
), | ||
Pin( | ||
num="28", | ||
name="PGEC3/VREF-/CVREF-/AN1/RPA1/CTED2/PMD6/RA1", | ||
func=Pin.types.BIDIR, | ||
do_erc=True, | ||
), | ||
Pin(num="29", name="PAD", func=Pin.types.PWRIN, do_erc=True), | ||
Pin( | ||
num="1", | ||
name="PGED1/AN2/C1IND/C2INB/C3IND/RPB0/PMD0/RB0", | ||
func=Pin.types.BIDIR, | ||
do_erc=True, | ||
), | ||
Pin( | ||
num="2", | ||
name="PGEC1/AN3/C1INC/C2INA/RPB1/CTED12/PMD1/RB1", | ||
func=Pin.types.BIDIR, | ||
do_erc=True, | ||
), | ||
Pin( | ||
num="3", | ||
name="AN4/C1INB/C2IND/RPB2/SDA2/CTED13/PMD2/RB2", | ||
func=Pin.types.BIDIR, | ||
do_erc=True, | ||
), | ||
Pin( | ||
num="4", | ||
name="AN5/C1INA/C2INC/RTCC/RPB3/SCL2/PMWR/RB3", | ||
func=Pin.types.BIDIR, | ||
do_erc=True, | ||
), | ||
Pin(num="5", name="VSS", func=Pin.types.PWRIN, do_erc=True), | ||
Pin( | ||
num="6", | ||
name="OSC1/CLKI/RPA2/RA2", | ||
func=Pin.types.BIDIR, | ||
do_erc=True, | ||
), | ||
Pin( | ||
num="7", | ||
name="OSC2/CLKO/RPA3/PMA0/RA3", | ||
func=Pin.types.BIDIR, | ||
do_erc=True, | ||
), | ||
Pin( | ||
num="8", | ||
name="SOSCI/RPB4/RB4", | ||
func=Pin.types.BIDIR, | ||
do_erc=True, | ||
), | ||
Pin( | ||
num="9", | ||
name="SOSCO/RPA4/T1CK/CTED9/PMA1/RA4", | ||
func=Pin.types.BIDIR, | ||
do_erc=True, | ||
), | ||
Pin(num="10", name="VDD", func=Pin.types.PWRIN, do_erc=True), | ||
Pin( | ||
num="11", | ||
name="TMS/RPB5/USBID/RB5", | ||
func=Pin.types.BIDIR, | ||
do_erc=True, | ||
), | ||
Pin(num="12", name="VBUS", func=Pin.types.INPUT, do_erc=True), | ||
Pin( | ||
num="13", | ||
name="TDI/RPB7/CTED3/PMD5/INT0/RB7", | ||
func=Pin.types.BIDIR, | ||
do_erc=True, | ||
), | ||
Pin( | ||
num="14", | ||
name="TCK/RPB8/SCL1/CTED10/PMD4/RB8", | ||
func=Pin.types.BIDIR, | ||
do_erc=True, | ||
), | ||
], | ||
} | ||
), | ||
Part( | ||
**{ | ||
"name": "R", | ||
"dest": TEMPLATE, | ||
"tool": SKIDL, | ||
"keywords": "r res resistor", | ||
"description": "Resistor", | ||
"ref_prefix": "R", | ||
"num_units": 1, | ||
"fplist": ["R_*", "R_*"], | ||
"do_erc": True, | ||
"footprint": "Resistors_SMD:R_0603", | ||
"pins": [ | ||
Pin(num="1", name="~", func=Pin.types.PASSIVE, do_erc=True), | ||
Pin(num="2", name="~", func=Pin.types.PASSIVE, do_erc=True), | ||
], | ||
} | ||
), | ||
Part( | ||
**{ | ||
"name": "USB-MicroB", | ||
"dest": TEMPLATE, | ||
"tool": SKIDL, | ||
"ref_prefix": "USB", | ||
"num_units": 1, | ||
"do_erc": True, | ||
"footprint": "XESS:USB-microB-1", | ||
"pins": [ | ||
Pin(num="1", name="VBUS", func=Pin.types.PWROUT, do_erc=True), | ||
Pin(num="2", name="D-", func=Pin.types.BIDIR, do_erc=True), | ||
Pin(num="3", name="D+", func=Pin.types.BIDIR, do_erc=True), | ||
Pin(num="4", name="NC", func=Pin.types.NOCONNECT, do_erc=True), | ||
Pin(num="5", name="GND", func=Pin.types.PWROUT, do_erc=True), | ||
Pin(num="SH", name="SHIELD", func=Pin.types.PASSIVE, do_erc=True), | ||
], | ||
} | ||
), | ||
Part( | ||
**{ | ||
"name": "LED", | ||
"dest": TEMPLATE, | ||
"tool": SKIDL, | ||
"keywords": "led diode", | ||
"description": "LED generic", | ||
"ref_prefix": "D", | ||
"num_units": 1, | ||
"fplist": ["LED*"], | ||
"do_erc": True, | ||
"footprint": "Diodes_SMD:D_0603", | ||
"pins": [ | ||
Pin(num="1", name="K", func=Pin.types.PASSIVE, do_erc=True), | ||
Pin(num="2", name="A", func=Pin.types.PASSIVE, do_erc=True), | ||
], | ||
} | ||
), | ||
Part( | ||
**{ | ||
"name": "XTAL4", | ||
"dest": TEMPLATE, | ||
"tool": SKIDL, | ||
"ref_prefix": "Y", | ||
"num_units": 1, | ||
"do_erc": True, | ||
"footprint": "XESS:32x25-4", | ||
"pins": [ | ||
Pin(num="1", name="~", func=Pin.types.PASSIVE, do_erc=True), | ||
Pin(num="2", name="~", func=Pin.types.PASSIVE, do_erc=True), | ||
Pin(num="3", name="~", func=Pin.types.PASSIVE, do_erc=True), | ||
Pin(num="4", name="~", func=Pin.types.PASSIVE, do_erc=True), | ||
], | ||
} | ||
), | ||
Part( | ||
**{ | ||
"name": "PICkit3_hdr", | ||
"dest": TEMPLATE, | ||
"tool": SKIDL, | ||
"ref_prefix": "U", | ||
"num_units": 1, | ||
"do_erc": True, | ||
"footprint": "Pin_Headers:Pin_Header_Straight_1x06", | ||
"pins": [ | ||
Pin(num="1", name="~MCLR", func=Pin.types.OUTPUT, do_erc=True), | ||
Pin(num="2", name="VDD", func=Pin.types.PWRIN, do_erc=True), | ||
Pin(num="3", name="GND", func=Pin.types.PWRIN, do_erc=True), | ||
Pin(num="4", name="PGD", func=Pin.types.BIDIR, do_erc=True), | ||
Pin(num="5", name="PGC", func=Pin.types.BIDIR, do_erc=True), | ||
Pin(num="6", name="NC", func=Pin.types.NOCONNECT, do_erc=True), | ||
], | ||
} | ||
), | ||
Part( | ||
**{ | ||
"name": "Conn_01x06", | ||
"dest": TEMPLATE, | ||
"tool": SKIDL, | ||
"ref_prefix": "J", | ||
"num_units": 1, | ||
"fplist": [ | ||
"Connector*:*_??x*mm*", | ||
"Connector*:*1x??x*mm*", | ||
"Pin?Header?Straight?1X*", | ||
"Pin?Header?Angled?1X*", | ||
"Socket?Strip?Straight?1X*", | ||
"Socket?Strip?Angled?1X*", | ||
], | ||
"do_erc": True, | ||
"footprint": "Pin_Headers:Pin_Header_Straight_1x06", | ||
"pins": [ | ||
Pin(num="1", name="Pin_1", func=Pin.types.PASSIVE, do_erc=True), | ||
Pin(num="2", name="Pin_2", func=Pin.types.PASSIVE, do_erc=True), | ||
Pin(num="3", name="Pin_3", func=Pin.types.PASSIVE, do_erc=True), | ||
Pin(num="4", name="Pin_4", func=Pin.types.PASSIVE, do_erc=True), | ||
Pin(num="5", name="Pin_5", func=Pin.types.PASSIVE, do_erc=True), | ||
Pin(num="6", name="Pin_6", func=Pin.types.PASSIVE, do_erc=True), | ||
], | ||
} | ||
), | ||
] | ||
) |