Minor changes to reflect state used for regression stats.
src/cpu/checker/cpu.hh:
Don't count checker's instructions towards total instructions committed.
src/python/m5/objects/Root.py:
Set default clock to 1 THz.
--HG--
extra : convert_revision : 0b5eaa197c860c361a3b00087e45ddc249ff1918
This commit is contained in:
@@ -170,7 +170,7 @@ class CheckerCPU : public BaseCPU
|
||||
|
||||
virtual Counter totalInstructions() const
|
||||
{
|
||||
return numInst - startNumInst;
|
||||
return 0;
|
||||
}
|
||||
|
||||
// number of simulated loads
|
||||
|
||||
Reference in New Issue
Block a user