View Single Post
  #23  
Old 05-04-2008, 11:24 PM
rgjones rgjones is offline
Member
 
Join Date: Feb 2005
Location: Ajax, Ontario, Canada
Posts: 44
Default

Quote:
Originally Posted by Reactive View Post
Oh cool. Okay then, that's a start. Of course you'll need the other logic too, but it's a good start..

Going for the Slinky approach first?.
Thats what I am the most famiiliar with.

Quote:
What I had envisioned is just a bread board with CPLD and SDRAM and a RAMWorks III/Slinky/RAMFactor card with fly wires attached to the DRAM DIP sockets. That way you know the RAMWorks III/Slinky/RAMFactor card is already working and then you just need to work on the memory emulation. Once that's working then backing in to one of those designs should be pretty easy.
yeah I think we have different ideas on where to plug in the logic (at least at first) - you want SDRAM to look/act/smell like old dram ... you have to remember that these cores make SDRAM look like SRAM not DRAM ....

Thats why the slinky makes a good first choice since the ram access is really hidden from the computer ....it only knows about the byte/block interface and not the memory architecture underneath ... it's all hidden

That kind of goes back to my 3 part layout i mentioned in this or another thread

1) SDRAM Controller IP
2) STD SRAM interaface code
3) Host specific code be it slinky, DRAM emulation ...etc ...
Reply With Quote