X86: Move the simulated date in X86_FS forward to 2012.

This commit is contained in:
Gabe Black 2009-08-17 20:25:15 -07:00
parent 9df74ab401
commit 8f49cd1123

View file

@ -34,7 +34,7 @@ from X86IntPin import X86IntSourcePin
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(),