OpenCores
URL https://opencores.org/ocsvn/or1k_soc_on_altera_embedded_dev_kit/or1k_soc_on_altera_embedded_dev_kit/trunk

Subversion Repositories or1k_soc_on_altera_embedded_dev_kit

[/] [or1k_soc_on_altera_embedded_dev_kit/] [trunk/] [soc/] [rtl/] [altera_ddr_ctrl/] [altera_ddr_phy_bb.v] - Blame information for rev 12

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 12 xianfeng
// Generated by altmemphy 9.0 [Altera, IP Toolbench 1.3.0 Build 235]
2
// ************************************************************
3
// THIS IS A WIZARD-GENERATED FILE. DO NOT EDIT THIS FILE!
4
// ************************************************************
5
// Copyright (C) 1991-2009 Altera Corporation
6
// Any megafunction design, and related net list (encrypted or decrypted),
7
// support information, device programming or simulation file, and any other
8
// associated documentation or information provided by Altera or a partner
9
// under Altera's Megafunction Partnership Program may be used only to
10
// program PLD devices (but not masked PLD devices) from Altera.  Any other
11
// use of such megafunction design, net list, support information, device
12
// programming or simulation file, or any other related documentation or
13
// information is prohibited for any other purpose, including, but not
14
// limited to modification, reverse engineering, de-compiling, or use with
15
// any other silicon devices, unless such use is explicitly licensed under
16
// a separate agreement with Altera or a megafunction partner.  Title to
17
// the intellectual property, including patents, copyrights, trademarks,
18
// trade secrets, or maskworks, embodied in any such megafunction design,
19
// net list, support information, device programming or simulation file, or
20
// any other related documentation or information provided by Altera or a
21
// megafunction partner, remains with Altera, the megafunction partner, or
22
// their respective licensors.  No other licenses, including any licenses
23
// needed under any third party's intellectual property, are provided herein.
24
 
25
module altera_ddr_phy (
26
        pll_ref_clk,
27
        global_reset_n,
28
        soft_reset_n,
29
        ctl_dqs_burst,
30
        ctl_wdata_valid,
31
        ctl_wdata,
32
        ctl_dm,
33
        ctl_addr,
34
        ctl_ba,
35
        ctl_cas_n,
36
        ctl_cke,
37
        ctl_cs_n,
38
        ctl_odt,
39
        ctl_ras_n,
40
        ctl_we_n,
41
        ctl_rst_n,
42
        ctl_mem_clk_disable,
43
        ctl_doing_rd,
44
        ctl_cal_req,
45
        ctl_cal_byte_lane_sel_n,
46
        dbg_clk,
47
        dbg_reset_n,
48
        dbg_addr,
49
        dbg_wr,
50
        dbg_rd,
51
        dbg_cs,
52
        dbg_wr_data,
53
        reset_request_n,
54
        ctl_clk,
55
        ctl_reset_n,
56
        ctl_wlat,
57
        ctl_rdata,
58
        ctl_rdata_valid,
59
        ctl_rlat,
60
        ctl_cal_success,
61
        ctl_cal_fail,
62
        mem_addr,
63
        mem_ba,
64
        mem_cas_n,
65
        mem_cke,
66
        mem_cs_n,
67
        mem_dm,
68
        mem_odt,
69
        mem_ras_n,
70
        mem_we_n,
71
        mem_reset_n,
72
        dbg_rd_data,
73
        dbg_waitrequest,
74
        aux_half_rate_clk,
75
        aux_full_rate_clk,
76
        mem_clk,
77
        mem_clk_n,
78
        mem_dq,
79
        mem_dqs,
80
        mem_dqs_n);
81
 
82
        input           pll_ref_clk;
83
        input           global_reset_n;
84
        input           soft_reset_n;
85
        input   [1:0]    ctl_dqs_burst;
86
        input   [1:0]    ctl_wdata_valid;
87
        input   [31:0]   ctl_wdata;
88
        input   [3:0]    ctl_dm;
89
        input   [12:0]   ctl_addr;
90
        input   [1:0]    ctl_ba;
91
        input   [0:0]     ctl_cas_n;
92
        input   [0:0]     ctl_cke;
93
        input   [0:0]     ctl_cs_n;
94
        input   [0:0]     ctl_odt;
95
        input   [0:0]     ctl_ras_n;
96
        input   [0:0]     ctl_we_n;
97
        input   [0:0]     ctl_rst_n;
98
        input   [0:0]     ctl_mem_clk_disable;
99
        input   [1:0]    ctl_doing_rd;
100
        input           ctl_cal_req;
101
        input   [1:0]    ctl_cal_byte_lane_sel_n;
102
        input           dbg_clk;
103
        input           dbg_reset_n;
104
        input   [12:0]   dbg_addr;
105
        input           dbg_wr;
106
        input           dbg_rd;
107
        input           dbg_cs;
108
        input   [31:0]   dbg_wr_data;
109
        output          reset_request_n;
110
        output          ctl_clk;
111
        output          ctl_reset_n;
112
        output  [4:0]    ctl_wlat;
113
        output  [31:0]   ctl_rdata;
114
        output  [0:0]     ctl_rdata_valid;
115
        output  [4:0]    ctl_rlat;
116
        output          ctl_cal_success;
117
        output          ctl_cal_fail;
118
        output  [12:0]   mem_addr;
119
        output  [1:0]    mem_ba;
120
        output          mem_cas_n;
121
        output  [0:0]     mem_cke;
122
        output  [0:0]     mem_cs_n;
123
        output  [1:0]    mem_dm;
124
        output  [0:0]     mem_odt;
125
        output          mem_ras_n;
126
        output          mem_we_n;
127
        output          mem_reset_n;
128
        output  [31:0]   dbg_rd_data;
129
        output          dbg_waitrequest;
130
        output          aux_half_rate_clk;
131
        output          aux_full_rate_clk;
132
        inout   [0:0]     mem_clk;
133
        inout   [0:0]     mem_clk_n;
134
        inout   [15:0]   mem_dq;
135
        inout   [1:0]    mem_dqs;
136
        inout   [1:0]    mem_dqs_n;
137
endmodule

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.