|
Message
From: mencdaniele at tiscali.it<mencdaniele@t...>
Date: Mon Oct 30 11:58:03 CET 2006
Subject: [oc] DDR help
Hi,I try to use the DDR core with a Xilinx Spartan3E starter kit; I see that the controller is for a micron mt46v16m16; I have the memory micron mt46v32m16 so the size is double; sameone know how can I modify the core? I need only to change the COL size in the addr (in the ddr_sdr.vhd) from 9 to 10 bit:
addr <= ROW & BANK & "000" & COL; instead:
addr <= ROW & BANK & "0000" & COL;
Thanks for all.
Daniele
|