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
/
example
/
se.py
Age
Commit message (
Expand
)
Author
2010-02-25
configs: pull out cache configuration code from se.py and fs.py.
Lisa Hsu
2010-02-23
cache: Make caches sharing aware and add occupancy stats.
Lisa Hsu
2009-09-22
python: Move more code into m5.util allow SCons to use that code.
Nathan Binkert
2009-09-16
inorder-configs: update se.py
Korey Sewell
2009-07-26
se-configs: edit se.py to account for non-O3CPU workloads
Korey Sewell
2009-07-25
o3-smt: enforce numThreads parameter for SMT SE mode
Korey Sewell
2009-01-30
Errors: Print a URL with a hash of the format string to find more information...
Ali Saidi
2008-07-23
process: separate stderr from stdout
Michael Adler
2008-06-13
Scripts: Check for the appropriate build type as soon as possible.
Ali Saidi
2008-02-28
Configs: Fix some bugs we introduced in the simpoints code
Ali Saidi
2007-09-05
Configuration: Fix example script to only create one L2 if --l2cache and -nX ...
Ali Saidi
2007-08-08
Added fastmem option.
Vincentius Robby
2007-08-01
Fix how the "cmd" parameter is set in se.py and remove hack in x86 process in...
Gabe Black
2007-05-15
add an l2 cache option to se example config
Ali Saidi
2006-11-09
Clean up config scripts to not have to worry about attaching a cache only to ...
Kevin Lim
2006-11-01
factor some more commone code and enable going from checkpoint into arbitrary...
Lisa Hsu
2006-10-31
Fix up configs.
Kevin Lim
2006-10-31
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
2006-10-31
Remove mem parameter. Now the translating port asks the CPU's dcache's peer ...
Kevin Lim
2006-10-30
se.py, fs.py:
Lisa Hsu
2006-10-30
Use some python os.path stuff to make it more flexible where we can execute t...
Kevin Lim
2006-10-27
factor out common run code from se.py and fs.py.
Lisa Hsu
2006-10-23
warmup of 1B cpu cycles.
Lisa Hsu
2006-10-23
make a lot of the same changes as to fs.py for checkpointing.
Lisa Hsu
2006-10-09
Merge ktlim@zizzer:/bk/newmem
Kevin Lim
2006-10-08
Set cpu_id params (required by ll/sc code now).
Steve Reinhardt
2006-10-08
Clean up configs.
Kevin Lim
2006-08-29
Add missing cpu mem param to example/se.py.
Steve Reinhardt
2006-08-16
Finish test clean-up & reorg.
Steve Reinhardt