I am actually reading data from save to my BRAM immediately after an inference via rpc. I have looked at the overlay approach and it does not seems to be an appropriate means to read as it picks the bitstream defaults.
Is there any other method that I can read the data stored on my BRAM immediately after an inference via rpc?
I am still searching for a solution to read BRAM data on linux from my PYNQ FPGA immediately after running inference, probably at an interrupt , can someone please assist with information.
And then I ran two notebooks, in one I downloaded the bistream and wrote some data to the BRAM, In the another, I just used the download false argument and read the content back.