Imported Upstream version 3.0
[debian/gnuradio] / usrp / fpga / megacells / bustri.v
1 // megafunction wizard: %LPM_BUSTRI%
2 // GENERATION: STANDARD
3 // VERSION: WM1.0
4 // MODULE: lpm_bustri 
5
6 // ============================================================
7 // File Name: bustri.v
8 // Megafunction Name(s):
9 //                      lpm_bustri
10 // ============================================================
11 // ************************************************************
12 // THIS IS A WIZARD-GENERATED FILE. DO NOT EDIT THIS FILE!
13 // ************************************************************
14
15
16 //Copyright (C) 1991-2003 Altera Corporation
17 //Any  megafunction  design,  and related netlist (encrypted  or  decrypted),
18 //support information,  device programming or simulation file,  and any other
19 //associated  documentation or information  provided by  Altera  or a partner
20 //under  Altera's   Megafunction   Partnership   Program  may  be  used  only
21 //to program  PLD  devices (but not masked  PLD  devices) from  Altera.   Any
22 //other  use  of such  megafunction  design,  netlist,  support  information,
23 //device programming or simulation file,  or any other  related documentation
24 //or information  is prohibited  for  any  other purpose,  including, but not
25 //limited to  modification,  reverse engineering,  de-compiling, or use  with
26 //any other  silicon devices,  unless such use is  explicitly  licensed under
27 //a separate agreement with  Altera  or a megafunction partner.  Title to the
28 //intellectual property,  including patents,  copyrights,  trademarks,  trade
29 //secrets,  or maskworks,  embodied in any such megafunction design, netlist,
30 //support  information,  device programming or simulation file,  or any other
31 //related documentation or information provided by  Altera  or a megafunction
32 //partner, remains with Altera, the megafunction partner, or their respective
33 //licensors. No other licenses, including any licenses needed under any third
34 //party's intellectual property, are provided herein.
35
36
37 module bustri (
38         data,
39         enabledt,
40         tridata);
41
42         input   [15:0]  data;
43         input     enabledt;
44         inout   [15:0]  tridata;
45
46
47         lpm_bustri      lpm_bustri_component (
48                                 .tridata (tridata),
49                                 .enabledt (enabledt),
50                                 .data (data));
51         defparam
52                 lpm_bustri_component.lpm_width = 16,
53                 lpm_bustri_component.lpm_type = "LPM_BUSTRI";
54
55
56 endmodule
57
58 // ============================================================
59 // CNX file retrieval info
60 // ============================================================
61 // Retrieval info: PRIVATE: nBit NUMERIC "16"
62 // Retrieval info: PRIVATE: BiDir NUMERIC "0"
63 // Retrieval info: CONSTANT: LPM_WIDTH NUMERIC "16"
64 // Retrieval info: CONSTANT: LPM_TYPE STRING "LPM_BUSTRI"
65 // Retrieval info: USED_PORT: tridata 0 0 16 0 BIDIR NODEFVAL tridata[15..0]
66 // Retrieval info: USED_PORT: data 0 0 16 0 INPUT NODEFVAL data[15..0]
67 // Retrieval info: USED_PORT: enabledt 0 0 0 0 INPUT NODEFVAL enabledt
68 // Retrieval info: CONNECT: tridata 0 0 16 0 @tridata 0 0 16 0
69 // Retrieval info: CONNECT: @data 0 0 16 0 data 0 0 16 0
70 // Retrieval info: CONNECT: @enabledt 0 0 0 0 enabledt 0 0 0 0
71 // Retrieval info: LIBRARY: lpm lpm.lpm_components.all