Load Bitstream using C

Using PYNQ z1.

I want to load the bitstream using C. Is that even possible with pynq board? Can anyone help me find some resources.

Hi @Pranav_Chaitanya,

This is the PYNQ forum. If you want to use C, you may better off asking your question in the Xilinx forums

Having said that, you can check the Vitis Software Platform

Mario

Thank you soo much for spending your time for me. However I do not want to use the SDK. I want to run a c code in the PYNQ board that would load the bitstream. [Bistream related files are already loaded into the board via scp commands]. i am trying to accelarate things. I had already raised a question in the xilinx forum and I haven’t had any response. I am a student trying to complete a project and wanted quicker help.

@Pranav_Chaitanya

This is outside of the scope of this support forum, but you can look at this:

https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/18841645/Solution+Zynq+PL+Programming+With+FPGA+Manager

FPGA manager is enabled in PYNQ.

Mario

1 Like

Thank you Mr Ruiz.