Search code examples
pythonfpgaxilinx

how to add python in xilinx vitis


I have implemented a Zynq ZCU102 board in vivado and I want to use final ".XSA" file into VITIS, but after creating a new platform, its languages are C and C++, While in the documentation was told that vitis supports python. My question is how can I add python to my vitis platform? Thank you


Solution

  • Running Python in FPGA needs an Operating System. I had to run Linux OS on my FPGA using petaLinux and then run python code on it.