03-23-2019 05:34 PM
hi guys this is my first time on the forum and developing with xilinx. I was wondering with the zynq family some of the SOCs aren't as powerful as some of the single board computers i have used with quad core arm processors. I was wondering if i connect the axi interface of the virtex 7 fpga to a faster processor of my choice is that the same as how the architecture of a Zynq fpga family basicly works thanks anthony
03-24-2019 02:56 PM
ok thanks for your help
03-23-2019 06:49 PM
First, the Zynq UltraScale+ has a quad-core ARM processor. If that's what you need, it's going to be a whole lot easier than a two-chip solution.
I'm not sure you could actually implement something like what the Zynq offers. At the very least you'll be looking at hundreds of pins and PCB traces between the two devices - or thousands of pins to match the UltraScale+ chips. Some of the ports provide cache coherent access, which is only possible if the host processor supports it. All the HP AXI Slave ports have direct access to the CPU's memory, which again may not be supported.
I think it would make more sense to use the Virtex 7 as an "add-in card" using PCIe for communication. This is a well-established system; most of Xilinx's development boards can be plugged into a PCIe slot.
03-24-2019 02:56 PM
ok thanks for your help