Pong game on Altera FPGA as exercise in Hardware-/Software-Codesign
![]() |
преди 4 години | |
---|---|---|
images | преди 4 години | |
nios2_uc | преди 4 години | |
output_files | преди 4 години | |
software | преди 4 години | |
.gitignore | преди 4 години | |
README.md | преди 4 години | |
myfirst_niosii.qpf | преди 4 години | |
myfirst_niosii.qsf | преди 4 години | |
myfirst_niosii.vhd | преди 4 години | |
nios2_uc.qsys | преди 4 години | |
nios2_uc.sopcinfo | преди 4 години | |
output_file.map | преди 4 години |
Pong game on Altera FPGA as exercise in Hardware-/Software-Codesign
Below images show flowcharts for all featured software functions. Fist chart feature the main game function. Subfunctions are described below. See:
Flowchart of draw function. Function output the virtual screen to the output pins to be prozessed by VHDL
Flowchart of reset_position function. Function to reset positions of both paddles and ball to default. Default positions and values can be adjusted in this function
Flowchart of reset_screen function. Function to reset all pixels of the virtual screen to 0.