s5z / zsim

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

Memory rd/wr req is always 0 #251

Open abhishekk06 opened 3 years ago

abhishekk06 commented 3 years ago

Hi,

I am trying to run a matrix multiplication program by modifying simple.cfg but for some reason, num rd/wr req as per zsim is 0. Am I missing some knob to make sure that program is getting loaded to DDR?

Given below is my modified version of simple.cfg and the application I am trying to run.

System Cfg: image

Process: image

abhishekk06 commented 3 years ago

Can you please help me understand this? For some reason, the program counter never comes back from futext_lock_nospin leading to run() for ddr class not being called ever.

image