summaryrefslogtreecommitdiff
path: root/python/m5/objects/Bus.mpy
diff options
context:
space:
mode:
Diffstat (limited to 'python/m5/objects/Bus.mpy')
-rw-r--r--python/m5/objects/Bus.mpy2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/m5/objects/Bus.mpy b/python/m5/objects/Bus.mpy
index 025d69785..330a2c82b 100644
--- a/python/m5/objects/Bus.mpy
+++ b/python/m5/objects/Bus.mpy
@@ -2,5 +2,5 @@ from BaseHier import BaseHier
simobj Bus(BaseHier):
type = 'Bus'
- clock_ratio = Param.Int("ratio of CPU to bus frequency")
+ clock_ratio = Param.Frequency("ratio of CPU to bus frequency")
width = Param.Int("bus width in bytes")