UPGRADE YOUR BROWSER
We have detected your current browser version is not the latest one. Xilinx.com uses the latest web technologies to bring you the best online experience possible. Please upgrade to a Xilinx.com supported browser:Chrome, Firefox, Internet Explorer 11, Safari. Thank you!
02-12-2019 12:48 AM
vivado bfm mpsoc library simulation write_data can't access 64 bit address,
when use write_data(64'h400000000,4,32'h12345678,response);
the log said out of range.
i wonder if there is limitation on write_data usage or parameter width.
Thank you very much.
02-19-2019 10:09 AM
Hello @zxm02370303
The Zynq Ultrascale+ MPSoC Verification IP Documentation can be found here: https://www.xilinx.com/support/documentation/ip_documentation/zynq_ultra_ps_e_vip/v1_0/ds941-zynq-ultra-ps-e-vip.pdf
On page 7 it talks about the write_data function call which limits addresses to 32-bits. For any questions about usage regarding the Verification IP API, the above document would probably be the best bet.
Thank you,
Caleb
02-19-2019 10:09 AM
Hello @zxm02370303
The Zynq Ultrascale+ MPSoC Verification IP Documentation can be found here: https://www.xilinx.com/support/documentation/ip_documentation/zynq_ultra_ps_e_vip/v1_0/ds941-zynq-ultra-ps-e-vip.pdf
On page 7 it talks about the write_data function call which limits addresses to 32-bits. For any questions about usage regarding the Verification IP API, the above document would probably be the best bet.
Thank you,
Caleb