changeset 84f7bdc43a4f in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=84f7bdc43a4f
description:
X86: Move the simulated date in X86_FS forward to 2012.
diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
src/dev/x86/Cmos.py | 2 +-
diffs (12 lines):
diff -r 2cd76560a1f1 -r 84f7bdc43a4f src/dev/x86/Cmos.py
--- a/src/dev/x86/Cmos.py Mon Aug 17 20:25:15 2009 -0700
+++ b/src/dev/x86/Cmos.py Mon Aug 17 20:25:15 2009 -0700
@@ -34,7 +34,7 @@
class Cmos(BasicPioDevice):
type = 'Cmos'
cxx_class='X86ISA::Cmos'
- time = Param.Time('01/01/2009',
+ 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(),
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev