FreeCalypso > hg > fc-small-hw
diff fc-uja/schem+bom/primitives @ 0:0f9bdd60ce50
fc-small-hw separated from old freecalypso-schem repo
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 21 Oct 2019 00:53:38 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fc-uja/schem+bom/primitives Mon Oct 21 00:53:38 2019 +0000 @@ -0,0 +1,28 @@ +/* + * This file defines the primitives to be instantiated from the structural + * Verilog source for the board: IC package types, basic components and + * subpackages to be mapped later in the MCL binding step. + */ + +resistor numpins 2; +capacitor numpins 2; +inductor numpins 2; + +/* IC packages */ +pkg_LQFP48 numpins 48; +pkg_XSON6 numpins 6; +pkg_5pin numpins 5; +pkg_8pin numpins 8; + +/* 74LVC125A/74LVC2G125 single buffer and common part subpackages */ +buffer_ic_slot mapped_pins (A, Y, nOE); +buffer_ic_common mapped_pins (Vcc, GND); + +/* crystal resonator */ +xtal_2pin_pkg numpins 2; + +/* connectors */ +header_3pin numpins 3; +header_14pin numpins 14; +conn_12pin_plus2 numpins 14; +conn_miniUSB_plus4 numpins 9;