You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I copied your Lab of AXI4-Burst and followed your instructions to port to PYNQ-Z2. However, I am not sure how to measure the latency(I want to report the latency of different burst lengths).
Hi, I copied your Lab of AXI4-Burst and followed your instructions to port to PYNQ-Z2. However, I am not sure how to measure the latency(I want to report the latency of different burst lengths).
I have tried one, and following is my method,
%timeit exec(length)
to report execution time.SIZE=100
toSIZE=32768
)However, the results of
%timeit exec(length)
are almost the same from 120~130 mu-sec for the hardware configsSIZE=100
orSIZE=32768
.Then my question is how to evaluate the latency from PYNQ correctly?
Thanks
The text was updated successfully, but these errors were encountered: