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?