comparison venus/src/core/buffer_74AXP1T34.v @ 85:93b238ad7d6e

first preparations for changing flash+RAM MCP to S71PL129N
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 10 Dec 2021 05:58:58 +0000
parents
children
comparison
equal deleted inserted replaced
84:beb6519a3be5 85:93b238ad7d6e
1 module buffer_74AXP1T34 (GND, Vcci, Vcco, A, Y);
2
3 input GND, Vcci, Vcco;
4 input A;
5 output Y;
6
7 /* instantiate the package; the mapping of signals to pins is defined here */
8
9 pkg_XSON6 pkg (.pin_1(Vcci),
10 .pin_2(A),
11 .pin_3(GND),
12 .pin_4(Y),
13 .pin_5(), /* no connect */
14 .pin_6(Vcco)
15 );
16
17 endmodule