FreeCalypso > hg > fc-small-hw
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:0f9bdd60ce50 |
---|---|
1 /* | |
2 * This file defines the primitives to be instantiated from the structural | |
3 * Verilog source for the board: IC package types, basic components and | |
4 * subpackages to be mapped later in the MCL binding step. | |
5 */ | |
6 | |
7 resistor numpins 2; | |
8 capacitor numpins 2; | |
9 inductor numpins 2; | |
10 | |
11 /* IC packages */ | |
12 pkg_LQFP48 numpins 48; | |
13 pkg_XSON6 numpins 6; | |
14 pkg_5pin numpins 5; | |
15 pkg_8pin numpins 8; | |
16 | |
17 /* 74LVC125A/74LVC2G125 single buffer and common part subpackages */ | |
18 buffer_ic_slot mapped_pins (A, Y, nOE); | |
19 buffer_ic_common mapped_pins (Vcc, GND); | |
20 | |
21 /* crystal resonator */ | |
22 xtal_2pin_pkg numpins 2; | |
23 | |
24 /* connectors */ | |
25 header_3pin numpins 3; | |
26 header_14pin numpins 14; | |
27 conn_12pin_plus2 numpins 14; | |
28 conn_miniUSB_plus4 numpins 9; |