diff options
Diffstat (limited to 'src/sim/core.hh')
-rw-r--r-- | src/sim/core.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sim/core.hh b/src/sim/core.hh index c1a363689..8be1dd259 100644 --- a/src/sim/core.hh +++ b/src/sim/core.hh @@ -40,7 +40,7 @@ extern Tick curTick; const Tick retryTime = 1000; -namespace Clock { +namespace SimClock { /// The simulated frequency of curTick. extern Tick Frequency; @@ -64,7 +64,7 @@ extern Tick us; extern Tick ns; extern Tick ps; /* namespace Int */ } -/* namespace Clock */ } +/* namespace SimClock */ } void setClockFrequency(Tick ticksPerSecond); |