These are MANDATORY items to be installed.
- Vivado 2018.2
- License of Xilinx MIPI CSI-2 Controller SubSystem
You can use Evaluation license for Xilinx MIPI IP. Please go to the product page.
You need to create project by tcl script when right after cloning the repos. Launch vivado and create project by tcl file.
source script/create_project.tcl
Then you can do synthesize, implementation and create bitstream whatever.
If you updated block design, please export design to script/create_bd.tcl and commit it.
write_bd_tcl script/create_bd.tcl
If you want to add new IP, please extract IP archive(.zip) into ip/ directory and commit them.
If you want to add new files or directories, handle them in script/create_project.tcl and commit them.