I am creating a library component for KiCAD using a convenient online app at: http://kicad.rohrbacher.net/quicklib.php. The component I am making is the Microchip PIC24EP512GU814 in LQFP http://www.microchip.com/wwwproducts/Devices.aspx?dDocName=en554337.
The app asks me to assign a type to each pin. The types avilable are:
Input
Output
Bidir
Tri-state
Passive
Unspecified
Power Input
Power Output
Open Collector
Open Emitter
I must now assign one of these types to the VDD
and VSS
pins.
My best guess is that VDD
should be assigned as Power Input
. Would VSS
also be considered as a power input?
Perhaps since VDD
is analogous to VCC
(and VSS
to VEE
), I could classify VDD
as an Open Collector
(and VSS
as Open Emitter
). However I'm not sure if VDD
and VSS
can be considered as "open" for an IC.
What should VDD
and VSS
be mapped to?