10-08-2019 03:46 PM
Hi,
I asked this question before and didn't get a satisfying answer. I am wondering how to get the physical address of DNNDK output tensor. The one address given by dpuGetOutputTensorAddress is only the virtual address. I want to know the physical address of the output tensor in the DRAM.
xilinx_ai_sdk output_tensor has a field phy_addr which gives the physical addr. What is the equivalent in DNNDK?
10-22-2019 11:42 PM
HI @baharlab ,
Have you tried the common third party solution like:
http://fivelinesofcode.blogspot.com/2014/03/how-to-translate-virtual-to-physical.html
translate virtual addess to physical.
I have done some test on MPSoC before but not a DPU design.