A billiards game running on FPGA and displayed on monitor via HDMI connection.
Here is a video (click to open it in YouTube):
We used PYNQ-Z1 board.
It has ZYNQ processor system in it, and we do use it.
We used Vivado to program our FPGA board.
- Open the project with Vivado.
- Click “Generate Bitstream”.
- Wait for it to finish.
- Export hardware (include bitstream).
- Launch SDK.
- Comment out all the contents of auto-generated “objectbuffer.c”.
- Compile it.
- Program FPGA.
- Run it!
- ???
- Profit.
P.S.: An already generated bitsream is included within the project. So alternatively, you can just open the project, launch SDK, program FPGA, and then run it.