FreeCalypso > hg > fc-small-hw
comparison duart28c/src/primitives @ 46:d80978bd645e
duart28c: started with a copy from duart28
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 29 Jul 2020 07:08:28 +0000 |
parents | |
children | d4da3aed4c1e |
comparison
equal
deleted
inserted
replaced
45:2f8a4e3c48cb | 46:d80978bd645e |
---|---|
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_5pin numpins 5; | |
14 pkg_8pin numpins 8; | |
15 | |
16 /* 74LVC541A single buffer and common part subpackages */ | |
17 buffer_ic_slot mapped_pins (A, Y); | |
18 buffer_ic_common mapped_pins (Vcc, GND, nOE1, nOE2); | |
19 | |
20 /* crystal resonator */ | |
21 xtal_2pin_pkg numpins 2; | |
22 | |
23 /* connectors */ | |
24 header_2pin numpins 2; | |
25 header_3pin numpins 3; | |
26 header_10pin numpins 10; | |
27 conn_miniUSB_plus4 numpins 9; |