summaryrefslogtreecommitdiff
path: root/src/dev/x86/Cmos.py
diff options
context:
space:
mode:
authorAndreas Hansson <andreas.hansson@arm.com>2012-08-21 05:50:03 -0400
committerAndreas Hansson <andreas.hansson@arm.com>2012-08-21 05:50:03 -0400
commit70e99e0b915fa7ed9ac682af6f68f077799ddea7 (patch)
treef8554cd3a43fee7e246458b89ee52f5c67686f0c /src/dev/x86/Cmos.py
parenta81c969529d3a1645b490fcde93d231ec997b7ba (diff)
downloadgem5-70e99e0b915fa7ed9ac682af6f68f077799ddea7.tar.xz
Device: Remove overloaded pio_latency parameter
This patch removes the overloading of the parameter, which seems both redundant, and possibly incorrect. The PciConfigAll now also uses a Param.Latency rather than a Param.Tick. For backwards compatibility it still sets the pio_latency to 1 tick. All the comments have also been updated to not state that it is in simticks when it is not necessarily the case.
Diffstat (limited to 'src/dev/x86/Cmos.py')
-rw-r--r--src/dev/x86/Cmos.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dev/x86/Cmos.py b/src/dev/x86/Cmos.py
index 0e09d417b..266fb8937 100644
--- a/src/dev/x86/Cmos.py
+++ b/src/dev/x86/Cmos.py
@@ -36,6 +36,5 @@ class Cmos(BasicPioDevice):
cxx_class='X86ISA::Cmos'
time = Param.Time('01/01/2012',
"System time to use ('Now' for actual time)")
- pio_latency = Param.Latency('1ns', "Programmed IO latency in simticks")
int_pin = Param.X86IntSourcePin(X86IntSourcePin(),
'Pin to signal RTC alarm interrupts to')