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

Subversion Repositories sdr_ctrl

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /sdr_ctrl/trunk/rtl/top
    from Rev 47 to Rev 55
    Reverse comparison

Rev 47 → Rev 55

/sdrc_top.v
106,7 → 106,7
cfg_sdr_rfmax
);
parameter APP_AW = 30; // Application Address Width
parameter APP_AW = 25; // Application Address Width
parameter APP_DW = 32; // Application Data Width
parameter APP_BW = 4; // Application Byte Width
parameter APP_RW = 9; // Application Request Width
135,7 → 135,7
 
input wb_stb_i ;
output wb_ack_o ;
input [29:0] wb_addr_i ;
input [25:0] wb_addr_i ;
input wb_we_i ; // 1 - Write, 0 - Read
input [dw-1:0] wb_dat_i ;
input [dw/8-1:0] wb_sel_i ; // Byte enable
176,7 → 176,7
// SDRAM controller Interface
//--------------------------------------------
wire app_req ; // SDRAM request
wire [29:0] app_req_addr ; // SDRAM Request Address
wire [24:0] app_req_addr ; // SDRAM Request Address
wire [bl-1:0] app_req_len ;
wire app_req_wr_n ; // 0 - Write, 1 -> Read
wire app_req_ack ; // SDRAM request Accepted

powered by: WebSVN 2.1.0

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