10-21-2020 03:05 AM
Hello,
I'm trying to develope a SoC based in the bonfire processor (https://bonfirecpu.eu/), but when I launch the Vivado SDK, I'm using the 2019.1 version, it says that there is no processor instance. I have added the core to the block design as a rtl module, also I have tried to make an IP Core of the rtl module, but I had the same problem.
How I have to tag the rtl module to detect it as a processor?
Thanks
10-27-2020 09:11 AM
HI @Pablo1610
Xilinx SDK is meant to be used with Microblaze or Zynq processors.
It will not detect your RISC V processor because it is not meant to.
And even if it could detect, then there is no tool chain to cross-compile for the RISC V arch.
So I am not sure how you can make it work, but I am pretty sure this will not be with Xilinx tools