This is the repository of the EBAZ4205 Vivado project
The curren folder holds the design source files
contraints folder has pinout and timing contraints
vhdl files for the top design and the system wrapper
Tcl script to recreate the vivado project
git clone git@github.com:alexlargacha/ebaz4205_fpga.git
Open Vivado 2018.3 and navigate to the folder where the project was cloned
tcl> cd <path_to_ebaz4205_vivado_project>/
Then, source the tcl file:
tcl> source ./ebaz4205.tcl
This takes a while and creates the vivado project and the block design. Once it is create, yo can just build bitstream, synthezise, ...
There is a simple PetaLinux BSP for this design in: https://github.com/alexlargacha/xilinx_bsps
Also, if yocto build is wanted, here there is an example: https://github.com/alexlargacha/voidasterisk-yocto-manifests
https://www.jianshu.com/p/b83c663ecaaa
https://hhuysqt.github.io/zynq1/
https://github.com/Leungfung/ebaz4205_hw/blob/master/Doc/ebaz4205_introduce.md
Enjoy :)