The main goal of the project was to implement a simplified version of the well-known snake game in assembly language and run it on a niosII processor. To test the game we used a Gecko4Education and the software Quartus (more info bellow). Find the development step by step and more about Gecko or NiosII in .pdf.
This section describes the necessary steps to run the program on the Gecko4EPFL board : • Please use the NiosII CPU provided in the Quartus project quartus/GECKO.qpf . • Compile the Quartus project. • Program the FPGA.
(There is a .pdf where you can find more information if you don't know how to do those steps)
To adjust, test and run the project you will need :
• nios2sim Simulator (Java 10) • Gecko4Education-EPFL • multicycle Nios II processor • Quartus
- Quartus - Software to run the project
- NiosII - NiosII simulator (You can use the niosII.jar directly)
- Auguste Lefevre - Initial work - AugusteLEF
- Watine Marc - Initial work - MarcWatine