ZedBoard Blinking Light by vivado
ZedBoard™ is a complete development kit for designers interested in exploring designs using the Xilinx Zynq®-7000 All Programmable SoC. The board contains all the necessary interfaces and supporting functions to enable a wide range of applications. The expandability features of the board make it ideal for rapid prototyping and proof-of-concept development.
1、Create Project
Project Name -> RTL Project -> Next -> Choose “Boards / ZedBoard Zynq Evaluation and Development Kit”-> Finish
2、Module blinky.v
Add Sources -> module name -> set I/O port
Edit blinky.v -> Run Synthesis -> Run Implementation -> Open Implementation Design
1 |
|
We can get ZedBoard Ports and some details by Download ZedBoard Hardware User’s Guide
We can get ZedBoard Ports setting .ufc by Download Zedboard Master UCF Rev C/D v3
Then we know LED ports are : U14、U19、W22、V22、U21、U22、T21、T22
Now , your leds are lighting
3、Module clock_divider.v
Edit clock_divider.v
1 |
|
Edit blinky.v
1 |
|