Imported Upstream version 3.2.2
[debian/gnuradio] / usrp / fpga / megacells / fifo_1kx16.inc
1 --Copyright (C) 1991-2006 Altera Corporation\r
2 --Your use of Altera Corporation's design tools, logic functions \r
3 --and other software and tools, and its AMPP partner logic \r
4 --functions, and any output files any of the foregoing \r
5 --(including device programming or simulation files), and any \r
6 --associated documentation or information are expressly subject \r
7 --to the terms and conditions of the Altera Program License \r
8 --Subscription Agreement, Altera MegaCore Function License \r
9 --Agreement, or other applicable license agreement, including, \r
10 --without limitation, that your use is for the sole purpose of \r
11 --programming logic devices manufactured by Altera and sold by \r
12 --Altera or its authorized distributors.  Please refer to the \r
13 --applicable agreement for further details.\r
14 \r
15 \r
16 FUNCTION fifo_1kx16 \r
17 (\r
18         aclr,\r
19         clock,\r
20         data[15..0],\r
21         rdreq,\r
22         wrreq\r
23 )\r
24 \r
25 RETURNS (\r
26         almost_empty,\r
27         empty,\r
28         full,\r
29         q[15..0],\r
30         usedw[9..0]\r
31 );\r