EPCS
From Fpga4u
You will learn here how to load a system into the Flash memory of the FPGA (like the ones already running: snake, game of life, etc).
- To be able to add the EPCS controller, you need to add the description files of the FPGA4U in your component path.
- You have to add the correct hardware to your existing system with SOPC Builder: Memory -> EPCS Serial Flash Controller. Don't forget to auto-assign the base addresses
- Generate the new hardware, compile with Quartus and program the board
- Build the Nios II IDE project
- Launch the flash programmer: Tools -> Flash Programmer
- Double-click on the flash programmer on the left frame. Uncheck all boxes except for the second one: "Program FPGA configuration...". Choose the architecture you want to load (it must be a *.sof file; you can use the ones in the demos section).
- Apply and program