Altera_Forum
Honored Contributor
11 years agoShare Asmi Parallel IP with Serial Flash Loader problem
Hi,
I use Cyclone V E FPGA Development Kit, i successfully read and write in the EPCQ256 memory with the ASMI Parallel IP but i would like to share the Asmi Parallel IP with Serial Flash Loader for keeping the ability to program the EPCQ with SFL for others purpose but i didnt success to communicate with the memory my steps : 1- Disable SFL IP : if asmi_access_request = 0 then (noe = 1 and asmi_access_granted= 0) 2- Use my working ASMI Parallel code for reading some bytes => not work 3- Use my working ASMI Parallel code for writing some bytes => not work If i remove the SFL IP i can read / write on EPCQ by using the ASMI Parallel IP but when i include it i can't anymore My need is to use the SFL IP in my design and have read access to the EPCQ memory. Regards, Chaos39