Imported Upstream version 3.2.2
[debian/gnuradio] / usrp / fpga / megacells / fifo_4kx16_dc.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_4kx16_dc \r
17 (\r
18         aclr,\r
19         data[15..0],\r
20         rdclk,\r
21         rdreq,\r
22         wrclk,\r
23         wrreq\r
24 )\r
25 \r
26 RETURNS (\r
27         q[15..0],\r
28         rdempty,\r
29         rdusedw[11..0],\r
30         wrfull,\r
31         wrusedw[11..0]\r
32 );\r