Forum Discussion
Altera_Forum
Honored Contributor
13 years agoJust connect the PCIe up as an avalon master that can access the flash the same way any other master (eg a nios cpu) would.
And the same way you'd use the PCIe to access any other on-fpga resources. I'd sort out a sane address map (the default ones are horrid!) so that you can read (and write if necessary) any fpga resources that can easily be assigned (or accessed through) avalon slaves. It'll probably make debugging and diagnosis a lot easier.