s5z / zsim

A fast and scalable x86-64 multicore simulator
GNU General Public License v2.0
337 stars 186 forks source link

The "cycles" of core is less than "latGETnl" #253

Open ddsijsh opened 3 years ago

ddsijsh commented 3 years ago

I have got a result that shows the cycles of core less than the latency of GET request to next level. I use OOOCore to simulate the core. I'm confused with the following questions:

  1. Is the unhalted "cycles" in zsim.out contains GET latency?
  2. Why the "cycles" of core less than the GET latency?
  3. How to get the completed latency?