Cyclone V Nios/FPGA Configuration
Hi everyone,
I have a Cyclone V E Development board, and I am trying to figure out how to set up the system I'm trying to build. Or if its even possible. So what I want to do is have the Nios II run off the DDR3 external memory, but also have the FPGA be able to write to said DDR3, and have the TSE have access to said DDR3. However, only one would be writing to said part of the DDR3 at a time. So, the Nios would have its app code copied from the Flash to the DDR3 and run off of it. The FPGA will write some data to the DDR3, signal Nios that its ready. Nios will then point the TSE core to the data and the TSE will send it out. So only one master will access the DDR3 data buffer at a time. I was wondering if anyone has an example of doing multiple masters with the DDR3? Also, For the flash boot section, I know its possible, but I cant seem to figure out how to configure the flash serial controller since I don't know what the type is in Qsys. If anyone can point me in the right direction on any of that id appreciate it, Thanks!