Hello everybody~
Now I have a question. I need archive this:
1. send data from PS to bram in PL by AXI.
2. read bram in PL.
For first task, I think I can use axi-bram-controller to transfer data. But for second task, I don't know how to access the bram in PL. Do I need design my own bram controller and use it to access the same bram, or just modify the axi-bram-controller to add my own code?
Thanks~~ :D