Hi everybody,
I'm developing an architecture based on the ARM PS + some custom peripheral in the programmable logic. I'm using Vivado HLS to create the peripherals and packaging them with AXI interfaces in order to use the provided driver in the SDK.
Since I want to implement partial reconfiguration capabilities I'm also using the PCAP, following a tutorial, to change the datapath inside these AXI4 peripheral. I have a really basic configuration which works well.
My question is: how can I use Vivado HLS to create from sratch a new AXI4 peripheral which has an AXI4 enclosure and a reconfigurable black box inside (where I can put different datapaths)?
Thanks in advance,
Emilio