Hello guys,
I was given a task which is to implement a C algorithm (somewhat complex) in an FPGA.
Since I knew nothing about VHDL/Verilog I started looking into Vivado HLS to convert C into VDHL "automatically". After many many tutorial hours, I'm now capable of generating a funcionable and optimized RTL from C code.
Now, I was given a Zedboard, I've been doing some tutorials and this seems like a great hardware. However I have a question related to my task: how am I going to put the Vivado HLS code into the Zedboad FPGA if the only thing I have is the RTL (VDHL files) from Vivado HLS and I know nearly nothing about IP generation in Vivado? Is there any software that converts my VDHL into a bitstream, generates the ports and connections automatically and let's you easily program your FPGA in the Zedboard?
Thank you for the help