pydevmem icon indicating copy to clipboard operation
pydevmem copied to clipboard

read performs 2 access cycles

Open jeras opened this issue 4 years ago • 2 comments

I tested this code on a FPGA board and observed 2 access cycles on the system bus. The two access cycles are very close one after another, from which i would deduce, they are executed by the same C code. If the two accesses were requested by separate lines of Python code, I would expect to see a longer pause between the two.

jeras avatar Nov 09 '21 17:11 jeras

Can you provide more background information? Which board are you using, what is the OS where you run Python?

florisla avatar Apr 22 '25 15:04 florisla

This was on a Xilinx UltraScale+ MPSoC board running Petalinux, and I observed the accesses using ILA. I am not working on the same project anymore, so I am unable to reproduce the issue.

jeras avatar Apr 23 '25 12:04 jeras