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
DRAMsim is cycle-accurate, and I learned how it advances the clock clk_. But in terms of real-word latency on the wall clock, how do you measure that? If the clk_ has a constant frequency, that is not an issue; while if DRAM has clock domains of different frequencies, how could you obtain the overall latency? Is that the case? Is it reflected in the code?
The text was updated successfully, but these errors were encountered:
DRAMsim is cycle-accurate, and I learned how it advances the clock
clk_
. But in terms of real-word latency on the wall clock, how do you measure that? If theclk_
has a constant frequency, that is not an issue; while if DRAM has clock domains of different frequencies, how could you obtain the overall latency? Is that the case? Is it reflected in the code?The text was updated successfully, but these errors were encountered: