FreeCalypso > hg > fc-small-hw
comparison mmtb1/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 | |
10 diode mapped_pins (A, C); | |
11 mosfet mapped_pins (G, S, D); | |
12 | |
13 /* connectors */ | |
14 header_2pin numpins 2; | |
15 conn_3pin numpins 3; | |
16 header_10pin numpins 10; | |
17 conn_40pin_plus2 numpins 42; | |
18 | |
19 /* misc peripherals */ | |
20 pkg_SIM_socket mapped_pins (C1, C2, C3, C5, C6, C7, M1, M2); | |
21 pkg_pushbutton_4pin numpins 4; |