HOW do I write from Spartan6 to Micron's external cellular memory on a Nexys3 FPGA?

I looked all over the datasheet, Xilinx website, digilent, etc. etc. and I can’t find anything! I was able to use the Adept tool to test the health of my cellular memory, but I just can not find any spare VHDL code as a controller to write data to and read data from it! Help!!

+4
source share
1 answer

Found this link, but it is for asynchronous mode, which is not fast enough: http://embsi.blogspot.com/2013/01/how-to-use-cellular-ram-from-micron.html

In the end, I found this on the Nexys 2 Digilent page: http://www.digilentinc.com/Products/Detail.cfm?Prod=NEXYS2 under the “Control Design of the On-Board Memory Controller” It’s just a shame that it wasn’t included in the details Nexys 3 since it would save a lot of time! Hopefully someone else with this problem could at least find what I posted here and quickly find it ...

+3
source

Source: https://habr.com/ru/post/1502691/


All Articles