projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9df74ab
)
X86: Move the simulated date in X86_FS forward to 2012.
author
Gabe Black
<gblack@eecs.umich.edu>
Tue, 18 Aug 2009 03:25:15 +0000
(20:25 -0700)
committer
Gabe Black
<gblack@eecs.umich.edu>
Tue, 18 Aug 2009 03:25:15 +0000
(20:25 -0700)
src/dev/x86/Cmos.py
patch
|
blob
|
history
diff --git
a/src/dev/x86/Cmos.py
b/src/dev/x86/Cmos.py
index 0a92145e25608f92803022edf75b254290e79d86..0e09d417bc89fe2f6496fdbc1b14c5576624096f 100644
(file)
--- a/
src/dev/x86/Cmos.py
+++ b/
src/dev/x86/Cmos.py
@@
-34,7
+34,7
@@
from X86IntPin import X86IntSourcePin
class Cmos(BasicPioDevice):
type = 'Cmos'
cxx_class='X86ISA::Cmos'
- time = Param.Time('01/01/20
09
',
+ time = Param.Time('01/01/20
12
',
"System time to use ('Now' for actual time)")
pio_latency = Param.Latency('1ns', "Programmed IO latency in simticks")
int_pin = Param.X86IntSourcePin(X86IntSourcePin(),