The goal of this project is to implement a design which drives the OLED display on the ZedBoard using the Xilinx Vivado Design Suite. The current design is implemented purely on the Zynq PL by modifying a sample ISE project supplied by Digilent.
After you've cloned the repo and built the project:
- Run the synthesis and implementation
- Generate a bitstream
- Program the FPGA
The display should be initially be filled with letters, numbers, and characters and then transition to "Hello world!" on the very first line as such:
----------------
| Hello world! |
| |
| |
| |
----------------
See the wiki for further information and documentation.