diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/venus/src/core/buffer_74AXP1T34.v	Fri Dec 10 05:58:58 2021 +0000
@@ -0,0 +1,17 @@
+module buffer_74AXP1T34 (GND, Vcci, Vcco, A, Y);
+
+input GND, Vcci, Vcco;
+input A;
+output Y;
+
+/* instantiate the package; the mapping of signals to pins is defined here */
+
+pkg_XSON6 pkg  (.pin_1(Vcci),
+		.pin_2(A),
+		.pin_3(GND),
+		.pin_4(Y),
+		.pin_5(),	/* no connect */
+		.pin_6(Vcco)
+	);
+
+endmodule