index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configs
/
test
/
test.py
Age
Commit message (
Expand
)
Author
2006-07-14
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
2006-07-13
add system.mem_mode = ['timing', 'atomic']
Ali Saidi
2006-07-12
Initial try of consolidating configuration files so they can be shared more e...
Kevin Lim
2006-07-10
Migrate most of main() and and all option parsing to python
Nathan Binkert
2006-07-07
Update cpus to use the getPort function to use a connector object to connect ...
Ron Dreslinski
2006-07-03
Added hook to check for SMT workloads. SMT is identified by adding a semicolo...
Korey Sewell
2006-06-27
Add help strings for options
Ali Saidi
2006-06-26
Merge zizzer:/bk/newmem
Ali Saidi
2006-06-26
add python options for input file and command line options for live process
Ali Saidi
2006-06-18
use 'tick' instead of 'cycle'
Korey Sewell
2006-06-17
Add --outdir option. Didn't call it "-d" since
Steve Reinhardt
2006-06-16
Update this with the same option as single_fs.py
Kevin Lim
2006-06-16
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
2006-06-16
Two updates that got combined into one ChangeSet accidentally. They're both ...
Kevin Lim
2006-06-15
Merge zizzer.eecs.umich.edu:/z/m5/Bitkeeper/newmem
Steve Reinhardt
2006-06-14
tried to undo change and it didnt work so might as well put it back
Korey Sewell
2006-06-14
change back, BK is acting up
Korey Sewell
2006-06-14
add cycle to exit message
Korey Sewell
2006-06-13
Move SimObject creation and Port connection loops
Steve Reinhardt
2006-06-13
Add in DetailedCPU to test.
Kevin Lim
2006-06-11
Move LiveProcess::create() from arch-specific files
Steve Reinhardt
2006-06-10
Update scripts for testing ALPHA_FS and MIPS_SE.
Steve Reinhardt
2006-06-09
Move main control from C++ into Python.
Steve Reinhardt
2006-05-16
Split SimpleCPU into two different models, AtomicSimpleCPU and
Steve Reinhardt
2006-03-29
update for connector magic
Ali Saidi
2006-03-25
update for objects having a bus
Ali Saidi
2006-03-15
add translations for new sections that are mmapped or when the brk
Ali Saidi
2006-03-10
Compiles now (with CPU_MODELS=SimpleCPU), but hangs
Steve Reinhardt