Advertisement
Guest User

sdram params

a guest
Aug 29th, 2013
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.    wb_sdram_ctrl
  2.      #(
  3.        .TECHNOLOGY          ("ALTERA"),
  4.        .CLK_FREQ_MHZ            (25), //(100),  // sdram_clk freq in MHZ
  5.        .POWERUP_DELAY           (200),  // power up delay in us
  6.        .WB_PORTS            (3),    // Number of wishbone ports
  7.        .ROW_WIDTH           (13),   // Row width
  8.        .COL_WIDTH           (9),    // Column width
  9.        .BA_WIDTH            (2),    // Ba width
  10.        .tCAC                (2),    // CAS Latency
  11.        .tRAC                (5),    // RAS Latency
  12.        .tRP             (2),    // Command Period (PRE to ACT)
  13.        .tRC             (7),    // Command Period (REF to REF / ACT to ACT)
  14.        .tMRD                (2) // Mode Register Set To Command Delay time
  15.       )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement