Forum Discussion
Altera_Forum
Honored Contributor
13 years agoFound a solution!
Thanks to a Altera SR I've been able to implement the ALT_ASMI parallel module together with the EPCS controller of the NiosII. I will shortly describe how I achieved this: 1. Export EPCS interface from NiosII to toplevel 2. Hack the ALT_ASMI_PARALLEL module, disconnect the stratixiii_asmiblock and connect the EPCS signals to the toplevel 3. Instantiate stratixiii_asmiblock in the project 4. Make a multiplexer that switches between the NiosII and the ASMI parallel module, you can use the busy signal of ASMI parallel. Make sure that not both modules are accessing the flash at the same time.