gtaylormb / ultra96v2_imx219_to_displayport

Raspberry Pi v2 camera (IMX219) to DisplayPort of Ultra96-V2 board through PL
MIT License
65 stars 27 forks source link

How can we create a Vivado project? #8

Closed SyunSiu closed 2 years ago

SyunSiu commented 2 years ago

Hi @gtaylormb,

First, Thank you for sharing this project.

I am trying to create a Vivado project by your project, but I am a new one on this, so can you tell me what should I do?

Best regards. Thank you.

gtaylormb commented 2 years ago

Create a new project in Vivado targeting either board and then Tools->Run Tcl Script... and select the appropriate tcl script from fpga/bd. This will import the block diagram into your project.

SyunSiu commented 2 years ago

Thank you very much.