summaryrefslogtreecommitdiff
path: root/python/m5/objects/Bus.mpy
diff options
context:
space:
mode:
authorKevin Lim <ktlim@umich.edu>2005-03-28 14:40:02 -0500
committerKevin Lim <ktlim@umich.edu>2005-03-28 14:40:02 -0500
commit2e2d9b5c35a8bc1f5b8f1a96cd9712429475b1d0 (patch)
tree5700b3d927c17ffdd3b8c53d1209e18f8be26fd1 /python/m5/objects/Bus.mpy
parent2ec918362ee1235cf0d36fb7aac3e3f4ce2d4ddc (diff)
parenta86b95cb182b435bda5d76197cd9f32ba6db83c2 (diff)
downloadgem5-2e2d9b5c35a8bc1f5b8f1a96cd9712429475b1d0.tar.xz
Merge ktlim@zizzer.eecs.umich.edu:/bk/m5
into zamp.eecs.umich.edu:/z/ktlim2/m5 --HG-- extra : convert_revision : 95e94251150a3eea380b6b3bc3a9596e188df315
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..aa12f757a 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.ClockPeriod("ratio of CPU to bus frequency")
width = Param.Int("bus width in bytes")