This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to access ASRAM over EMIF16

In our project we have connected Intel Strata P30 async flash (http://www.xilinx.com/products/boards/ml505/datasheets/30666604.pdf). Connection is like in sprugz3a chapter 2.5 (page 14):

The question is: after configuring NANDFCR to disable NAND-mode and A1CR for timings and bus-width(16 bits), how to access this flash? Does emif16-controller automatically do everything needed, and we can simply access memory on (0x70000000 + some_offset), where 0x70000000 - emif16 base memory space address?