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_bb.v] - Blame information for rev 12

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 12 xianfeng
// Generated by DDR High Performance Controller 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 (
26
        local_address,
27
        local_write_req,
28
        local_read_req,
29
        local_burstbegin,
30
        local_wdata,
31
        local_be,
32
        local_size,
33
        global_reset_n,
34
        pll_ref_clk,
35
        soft_reset_n,
36
        local_ready,
37
        local_rdata,
38
        local_rdata_valid,
39
        reset_request_n,
40
        mem_cs_n,
41
        mem_cke,
42
        mem_addr,
43
        mem_ba,
44
        mem_ras_n,
45
        mem_cas_n,
46
        mem_we_n,
47
        mem_dm,
48
        local_refresh_ack,
49
        local_wdata_req,
50
        local_init_done,
51
        reset_phy_clk_n,
52
        phy_clk,
53
        aux_full_rate_clk,
54
        aux_half_rate_clk,
55
        mem_clk,
56
        mem_clk_n,
57
        mem_dq,
58
        mem_dqs);
59
 
60
        input   [22:0]   local_address;
61
        input           local_write_req;
62
        input           local_read_req;
63
        input           local_burstbegin;
64
        input   [31:0]   local_wdata;
65
        input   [3:0]    local_be;
66
        input   [1:0]    local_size;
67
        input           global_reset_n;
68
        input           pll_ref_clk;
69
        input           soft_reset_n;
70
        output          local_ready;
71
        output  [31:0]   local_rdata;
72
        output          local_rdata_valid;
73
        output          reset_request_n;
74
        output  [0:0]     mem_cs_n;
75
        output  [0:0]     mem_cke;
76
        output  [12:0]   mem_addr;
77
        output  [1:0]    mem_ba;
78
        output          mem_ras_n;
79
        output          mem_cas_n;
80
        output          mem_we_n;
81
        output  [1:0]    mem_dm;
82
        output          local_refresh_ack;
83
        output          local_wdata_req;
84
        output          local_init_done;
85
        output          reset_phy_clk_n;
86
        output          phy_clk;
87
        output          aux_full_rate_clk;
88
        output          aux_half_rate_clk;
89
        inout   [0:0]     mem_clk;
90
        inout   [0:0]     mem_clk_n;
91
        inout   [15:0]   mem_dq;
92
        inout   [1:0]    mem_dqs;
93
endmodule

powered by: WebSVN 2.1.0

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