Hello everyone,
I am working on a project in which I need to share a register with the PS and the PL. The PS has to calculate some things, then pass it over to the PL and back to the PS. Since I wanted the lowest latency possible, I thought shared registers would be my best option. 512 bit is the amount of data that needs to pass over in every run of the algorithm and the register would be 32bit wide. Am I supposed to make a custom IP being a register? And how do I let the PS know where to find it?
(I made a similar post a few months back, with much less knowledge on Vivado as I have now)
Thanks in advance,
Dries