summaryrefslogtreecommitdiff
path: root/src/python/m5/objects/Ide.py
diff options
context:
space:
mode:
authorKevin Lim <ktlim@umich.edu>2006-07-27 16:43:02 -0400
committerKevin Lim <ktlim@umich.edu>2006-07-27 16:43:02 -0400
commit64b72130463f217bc2ce3e592630406e9f832d16 (patch)
tree4576e05f9f2e9305bfafbd6e212a403754f434b7 /src/python/m5/objects/Ide.py
parentf9729e999f71895f6b53f8189bdff535e7c7b70e (diff)
downloadgem5-64b72130463f217bc2ce3e592630406e9f832d16.tar.xz
Need config read/write latency.
--HG-- extra : convert_revision : 2d978635db89e727f228890738b24fcad9b6ced6
Diffstat (limited to 'src/python/m5/objects/Ide.py')
-rw-r--r--src/python/m5/objects/Ide.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/python/m5/objects/Ide.py b/src/python/m5/objects/Ide.py
index a5fe1b595..a8bd4ac5a 100644
--- a/src/python/m5/objects/Ide.py
+++ b/src/python/m5/objects/Ide.py
@@ -36,4 +36,6 @@ class IdeController(PciDevice):
type = 'IdeController'
disks = VectorParam.IdeDisk("IDE disks attached to this controller")
+ config_latency = Param.Latency('20ns', "Config read or write latency")
+
configdata =IdeControllerPciData()