Hi All,
When i run the simulation for a single processor after warming up the cache, it works fine ....
============================================================
successful installation of the ruby timing model.
Ruby Timing Mode
Creating event queue...
Creating event queue done
Creating system...
Processors: 1
Creating system done
Ruby initialization complete
Reading cache contents from 'my_path/ammp-1B-16MB-1p.caches.gz'...playbackTrace: 0.05 minutes
done. (16065 cache lines read)
Clearing stats...Done.
============================================================
But repeating the same for a 8 processor CMP results in the follwoing, isn't that strange ??? Why '0' lines have been read?? The size of the .gz files is not zero.
========================================================
successful installation of the ruby timing model.
Ruby Timing Mode
Creating event queue...
Creating event queue done
Creating system...
Processors: 8
Creating system done
Ruby initialization complete
Reading cache contents from 'my_path/ammp_warm-8p.cache.gz'...playbackTrace: 0 minutes
done. (0 cache lines read)
Clearing stats...Done.
========================================================
Any thoughts why this be happening ??
Shoaib
|