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

Subversion Repositories sdr_ctrl

[/] [sdr_ctrl/] [trunk/] [rtl/] [core/] [sdrc_bank_ctl.v] - Diff between revs 54 and 55

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 54 Rev 55
Line 92... Line 92...
                     /* SDRAM Timing */
                     /* SDRAM Timing */
                     tras_delay,   // Active to precharge delay
                     tras_delay,   // Active to precharge delay
                     trp_delay,    // Precharge to active delay
                     trp_delay,    // Precharge to active delay
                     trcd_delay);  // Active to R/W delay
                     trcd_delay);  // Active to R/W delay
 
 
parameter  APP_AW   = 30;  // Application Address Width
 
parameter  APP_DW   = 32;  // Application Data Width 
 
parameter  APP_BW   = 4;   // Application Byte Width
 
 
 
parameter  SDR_DW   = 16;  // SDR Data Width 
parameter  SDR_DW   = 16;  // SDR Data Width 
parameter  SDR_BW   = 2;   // SDR Byte Width
parameter  SDR_BW   = 2;   // SDR Byte Width
   input                        clk, reset_n;
   input                        clk, reset_n;
 
 
   input [1:0]                   a2b_req_depth;
   input [1:0]                   a2b_req_depth;

powered by: WebSVN 2.1.0

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