Hello,
I am trying to create an application project on Vitis again and import it on PYNQ.
So I created the application by using avnet's automated 2020.1 oob script, then imported to Vitis (build complete succesffully just not running on device the .xclbin application) and I am trying to export the hardware after the HLS-import in the design.
The design looks something like this:
I get the error when I try to export:
INFO: [Vivado 12-4895] Creating Hardware Platform: /home/barracuda/Desktop/research/Vitis_prj/check_vadd_overlay/Hardware/vadd.build/link/vivado/vpl/prj/ULTRA96V2_wrapper.xsa ...
ERROR: [PFM-24] pfm_irq - pin /axi_intc_0/intr is already connected
ERROR: [PFM-104] Incorrect 'intr' value for PFM.IRQ of '/axi_intc_0'
ERROR: [Project 1-1038] Failed to generate hpfm file for BD File: /home/barracuda/Desktop/research/Vitis_prj/check_vadd_overlay/Hardware/vadd.build/link/vivado/vpl/prj/prj.srcs/sources_1/bd/ULTRA96V2/ULTRA96V2.bd
ERROR: [Common 17-53] User Exception: Unable to get hpfm file from project property platform.hpfm_file or from the BD itself.
I tried to update the PFM.IRQ by "set_property PFM.IRQ {intr {id 0 range 32}} [get_bd_cells /axi_intc_0]" , but I got the same error (after re-generating outputs, update wrapper and generate bitstream from start).
Could you please give me some help?
Thanks,
AE