COMS 4840 final project-ScreamJump

Source code compilation steps:
vga_audio_integration
	make qsys
	make quartus
	make rbf
	embedded_shell.sh
	make dtb

scp soc_system.dtb and output_files/soc_system.rbf to the mmcblk0p1 partition of the board

kernel_modules/vga
	make
	insmod vga_top.ko

game
	make
	./demo
