Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Final Project: Rhythm Game on Keyboard

Compare
Choose a tag to compare
@AllenHeartcore AllenHeartcore released this 04 May 21:36
· 3 commits to main since this release

Running the Game

  • Load the audio into SDRAM address 0x0000_0000 ~ 0x003C_002C using the DE10-Lite Control Panel
  • Program the netlist (SHA256 = 55f86d2afdda3f47f628d8ac488d4700534f3f522fbf6a0cd5e1de575f8598de) with
@ set SHELLOPTS=igncr
@ set CYGWIN=nodosfilewarning
@ set QUARTUS_BIN=%QUARTUS_ROOTDIR%\bin
@ if not exist "%QUARTUS_BIN%" set QUARTUS_BIN=%QUARTUS_ROOTDIR%\bin64
%QUARTUS_BIN%\quartus_pgm.exe -m jtag -c 1 -o "ece385proj.sof"
  • Download the software (SHA256 = 4aee102ece5da6bcbd3dcc852260eeabaa08ad9a7ef547ad6792993e737a1fed) with
"$SOPC_KIT_NIOS2/nios2_command_shell.sh" nios2-download proj_app.elf -c 1 -r -g
"$SOPC_KIT_NIOS2/nios2_command_shell.sh" nios2-terminal -c 1

Refer to the Distro Pack for an automated demo batch.

IMPORTANT: Always reload TrapoTempo.elf before playing again.