LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Cores > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: mencdaniele at tiscali.it<mencdaniele@t...>
    Date: Mon Oct 30 11:58:03 CET 2006
    Subject: [oc] DDR help
    Top
    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

     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.