Wanted to know is there any example showing connection of two axi memory mapped IP serially as i saw tutorials connecting ip with axi interconnect , but i want to connect 2 or more IP serially (output of 1 IP → input to 2 IP so on ) .Thanks
Hi,
What do you mean? Do you want to connect serially 2 Direct Memory Access blocks for example?
I think you need an axi interconnect block between each block, you cannot directly connect one to the other.
I am implementing sort of dummy axi-interconnect in hls so in order to connect with slave ip(suppose adder) serially, i am asking is there any resource how should i make the connections here .Thanks