[m5-dev] [PATCH 19 of 31] ruby: Adds configurable bit selection for numa mapping

2010-03-18 Thread Brad Beckmann
# HG changeset patch # User Brad Beckmann # Date 1268941833 25200 # Node ID 35d9c8e0fb18051976659ad0d3f1fb541aee54cd # Parent 0a636e374a2ea05a82f1255ab51f11583bdd4c76 ruby: Adds configurable bit selection for numa mapping diff --git a/configs/common/Options.py b/configs/common/Options.py --- a

[m5-dev] [PATCH 14 of 31] ruby: Minor dma latency initialization fix

2010-03-18 Thread Brad Beckmann
# HG changeset patch # User Brad Beckmann # Date 1268941833 25200 # Node ID 61a3951c4739508c5fc5a518eeffb2da08790827 # Parent a6b9c13fe7c9a4d3b4f560df959132b65a3c733a ruby: Minor dma latency initialization fix diff --git a/src/mem/protocol/MI_example-dma.sm b/src/mem/protocol/MI_example-dma.sm

[m5-dev] [PATCH 22 of 31] ruby: Reordered vnet priorities to agree with PerfectSwitch

2010-03-18 Thread Brad Beckmann
# HG changeset patch # User Brad Beckmann # Date 1268941833 25200 # Node ID d4458d0d8d4499b96995ff63d29c76dcd094bde4 # Parent d1c77144ae9a7c6a9bb2bf5b69d88592a5a35392 ruby: Reordered vnet priorities to agree with PerfectSwitch diff --git a/src/mem/protocol/MOESI_hammer-cache.sm b/src/mem

[m5-dev] [PATCH 30 of 31] ruby: Removed the unnecessary MachineType message fields

2010-03-18 Thread Brad Beckmann
# HG changeset patch # User Brad Beckmann # Date 1268945283 25200 # Node ID 0bbbf9828319dcddbb5e0c595d1576eb421f695e # Parent 574ee345e7d1d2f6e5ef17f42a7984d35cfdddb3 ruby: Removed the unnecessary MachineType message fields diff --git a/src/mem/protocol/MOESI_CMP_token-L1cache.sm b/src/mem

[m5-dev] [PATCH 16 of 31] ruby: Finally removed bash code cira. 2001ish!

2010-03-18 Thread Brad Beckmann
# HG changeset patch # User Brad Beckmann # Date 1268941833 25200 # Node ID 585c0e7c5f4509f845617b1eed9cda77e910c4df # Parent f9e48decee6001cd0b1fae20b39bb130cb7e94f3 ruby: Finally removed bash code cira. 2001ish! diff --git a/src/mem/ruby/network/simple/Throttle.cc b/src/mem/ruby/network

[m5-dev] [PATCH 04 of 31] ruby: Removed the no longer used rubymem files

2010-03-18 Thread Brad Beckmann
# HG changeset patch # User Brad Beckmann # Date 1268935351 25200 # Node ID 801f9d330c85af02ec2e455872650770bd86ed71 # Parent da1412c026c13c4adbaa86ddeda52835a4388640 ruby: Removed the no longer used rubymem files diff --git a/src/mem/rubymem.cc b/src/mem/rubymem.cc deleted file mode 100644

[m5-dev] [PATCH 01 of 31] ruby: Removed deprecated stats from the main profiler

2010-03-18 Thread Brad Beckmann
# HG changeset patch # User Brad Beckmann # Date 1268935351 25200 # Node ID f6373df33f7084fa63cf963a38cdce354092ddc2 # Parent 44ed5e0c7228c2355a5b99c004c424abaefb6a3f ruby: Removed deprecated stats from the main profiler diff --git a/src/mem/ruby/profiler/CacheProfiler.cc b/src/mem/ruby

[m5-dev] [PATCH 13 of 31] Fix bug in Ruby Event queue to avoid multiple wakeups of same consumer in same cycle

2010-03-18 Thread Brad Beckmann
# HG changeset patch # User Brad Beckmann # Date 1268941833 25200 # Node ID a6b9c13fe7c9a4d3b4f560df959132b65a3c733a # Parent 228dffe6662246053d1fbc77dd08c210185420af Fix bug in Ruby Event queue to avoid multiple wakeups of same consumer in same cycle diff --git a/src/mem/ruby/common

[m5-dev] [PATCH 26 of 31] ruby: Changed the default set size to 1

2010-03-18 Thread Brad Beckmann
# HG changeset patch # User Brad Beckmann # Date 1268941833 25200 # Node ID 671b6b656835f28524d63f128df62e7865c381af # Parent db9b6b0eba6ada2c11ea1694494c1ad7d8b7c58b ruby: Changed the default set size to 1 Previously, the set size was set to 4. This was mostly do to the fact that a crazy

[m5-dev] [PATCH 17 of 31] ruby: Ruby support for sparse memory including direct support in the

2010-03-18 Thread Brad Beckmann
# HG changeset patch # User Brad Beckmann # Date 1268941833 25200 # Node ID bd4aafe90771a0ed4936f90994b717cdf4d99957 # Parent 585c0e7c5f4509f845617b1eed9cda77e910c4df ruby: Ruby support for sparse memory including direct support in the protocol MI example. diff --git a/configs/common/Options.py

[m5-dev] [PATCH 15 of 31] ruby: Ruby support for LLSC

2010-03-18 Thread Brad Beckmann
# HG changeset patch # User Brad Beckmann # Date 1268941833 25200 # Node ID f9e48decee6001cd0b1fae20b39bb130cb7e94f3 # Parent 61a3951c4739508c5fc5a518eeffb2da08790827 ruby: Ruby support for LLSC diff --git a/src/mem/ruby/system/CacheMemory.cc b/src/mem/ruby/system/CacheMemory.cc --- a/src/mem

[m5-dev] [PATCH 28 of 31] added sparse memory support to hammer

2010-03-18 Thread Brad Beckmann
# HG changeset patch # User Brad Beckmann # Date 1268941833 25200 # Node ID fe49a7b4949abb68e8c0ca79a7c62674ea547337 # Parent 52a5a14b93fee9059eb0852d9f26a6e260d29111 added sparse memory support to hammer diff --git a/configs/ruby/MOESI_hammer.py b/configs/ruby/MOESI_hammer.py --- a/configs

[m5-dev] [PATCH 23 of 31] ruby: reordered vnets for MI_example to match PerfectSwitch priority

2010-03-18 Thread Brad Beckmann
# HG changeset patch # User Brad Beckmann # Date 1268941833 25200 # Node ID 7b9079a51a5292285396cf2c43015d89f8c27cc0 # Parent d4458d0d8d4499b96995ff63d29c76dcd094bde4 ruby: reordered vnets for MI_example to match PerfectSwitch priority diff --git a/src/mem/protocol/MI_example-cache.sm b/src

[m5-dev] [PATCH 11 of 31] ruby: Added copyright to many Ruby *.py files

2010-03-18 Thread Brad Beckmann
# HG changeset patch # User Brad Beckmann # Date 1268941832 25200 # Node ID 85ccece2a701a9e255676d43ff37d7e87db4d548 # Parent 6dc27e4213ea01776e9e221bd651791a180b6a83 ruby: Added copyright to many Ruby *.py files diff --git a/src/mem/ruby/common/Debug.py b/src/mem/ruby/common/Debug.py --- a/src

[m5-dev] [PATCH] m5: Fixed TraceData delete bug when SimpleTimingCPU deletes the trace data, but

2010-03-19 Thread Brad Beckmann
# HG changeset patch # User Brad Beckmann # Date 1269019051 25200 # Node ID b290241635cdf5b4937ef13a13a1beab0e4beccd # Parent 44ed5e0c7228c2355a5b99c004c424abaefb6a3f m5: Fixed TraceData delete bug when SimpleTimingCPU deletes the trace data, but the instruction fails to realize that. diff

[m5-dev] changeset in m5: ruby: Removed deprecated stats from the main pr...

2010-03-21 Thread Brad Beckmann
changeset c769c45253c9 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=c769c45253c9 description: ruby: Removed deprecated stats from the main profiler diffstat: 3 files changed, 2 insertions(+), 109 deletions(-) src/mem/ruby/profiler/CacheProfiler.cc |4 - src/mem/ru

[m5-dev] changeset in m5: ruby: Added a mesh network with directories at ...

2010-03-21 Thread Brad Beckmann
CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# +# Authors: Brad Beckmann + +from m5.params import * +from m5.objects import * + +# +# This file contains a specia

[m5-dev] changeset in m5: ruby: Fix MOESI_hammer cache profiler calls for...

2010-03-21 Thread Brad Beckmann
changeset 0ef205fb6d6f in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=0ef205fb6d6f description: ruby: Fix MOESI_hammer cache profiler calls for L2 misses diffstat: 1 file changed, 4 insertions(+), 1 deletion(-) src/mem/protocol/MOESI_hammer-cache.sm |5 - diffs

[m5-dev] changeset in m5: ruby: Removed the no longer used rubymem files

2010-03-21 Thread Brad Beckmann
UREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF

[m5-dev] changeset in m5: ruby: fixed how ruby_fs creates phsyical memory

2010-03-21 Thread Brad Beckmann
changeset 441317194b08 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=441317194b08 description: ruby: fixed how ruby_fs creates phsyical memory Now ruby_fs creates physical memory of the right size. diffstat: 2 files changed, 6 insertions(+), 8 deletions(-) co

[m5-dev] changeset in m5: ruby: Python config files now sets a unique id ...

2010-03-21 Thread Brad Beckmann
changeset 6c91d41dfc12 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=6c91d41dfc12 description: ruby: Python config files now sets a unique id for each sequencer diffstat: 5 files changed, 10 insertions(+), 5 deletions(-) configs/ruby/MESI_CMP_directory.py |3 ++-

[m5-dev] changeset in m5: TimingSimpleCPU: Fixed uncacacheable request re...

2010-03-21 Thread Brad Beckmann
changeset 8b2b8e5e7d35 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=8b2b8e5e7d35 description: TimingSimpleCPU: Fixed uncacacheable request read bug Previously the recording of an uncached read occurred after the request was possibly deleted within the

[m5-dev] changeset in m5: ruby: Fixed small data msg bug in MOESI_hammer-dir

2010-03-21 Thread Brad Beckmann
changeset 7b557c87a19a in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=7b557c87a19a description: ruby: Fixed small data msg bug in MOESI_hammer-dir diffstat: 1 file changed, 2 insertions(+), 1 deletion(-) src/mem/protocol/MOESI_hammer-dir.sm |3 ++- diffs (13 lines)

[m5-dev] changeset in m5: ruby: removed ruby.config from configs/example

2010-03-21 Thread Brad Beckmann
changeset 1c6d209888d7 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=1c6d209888d7 description: ruby: removed ruby.config from configs/example diffstat: 1 file changed, 190 deletions(-) configs/example/ruby.config | 190 --- dif

[m5-dev] changeset in m5: ruby: Added copyright to many Ruby *.py files

2010-03-21 Thread Brad Beckmann
ING IN ANY WAY OUT OF THE USE +# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# +# Authors: Steve Reinhardt +# Brad Beckmann + from m5.params import * from m5.SimObject import SimObject diff -r 1c6d209888d7 -r a49fd5febdce src/mem/ruby/network/garnet/BaseGarnet

[m5-dev] changeset in m5: ruby: Removed the obsolete file specified netwo...

2010-03-21 Thread Brad Beckmann
changeset 34a5bdcce1e6 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=34a5bdcce1e6 description: ruby: Removed the obsolete file specified network files diffstat: 29 files changed, 3615 deletions(-) src/mem/ruby/network/simple/Network_Files/GarnetFileMaker.py

[m5-dev] changeset in m5: ruby: Minor dma latency initialization fix

2010-03-21 Thread Brad Beckmann
changeset 836ba66301a1 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=836ba66301a1 description: ruby: Minor dma latency initialization fix diffstat: 2 files changed, 2 insertions(+), 2 deletions(-) src/mem/protocol/MI_example-dma.sm |2 +- src/mem/protocol/MOES

[m5-dev] changeset in m5: ruby: Ruby support for LLSC

2010-03-21 Thread Brad Beckmann
changeset 185ad61a4117 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=185ad61a4117 description: ruby: Ruby support for LLSC diffstat: 4 files changed, 102 insertions(+), 20 deletions(-) src/mem/ruby/system/CacheMemory.cc | 17 +- src/mem/ruby/system/RubyPort.c

[m5-dev] changeset in m5: ruby: Finally removed bash code cira. 2001ish!

2010-03-21 Thread Brad Beckmann
changeset 30883414ad10 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=30883414ad10 description: ruby: Finally removed bash code cira. 2001ish! diffstat: 2 files changed, 35 deletions(-) src/mem/ruby/network/simple/Throttle.cc | 31 --- src/

[m5-dev] changeset in m5: ruby: Ruby support for sparse memory

2010-03-21 Thread Brad Beckmann
changeset 9adf5b0ccc79 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=9adf5b0ccc79 description: ruby: Ruby support for sparse memory The patch includes direct support for the MI example protocol. diffstat: 12 files changed, 658 insertions(+), 50 deletions(-) c

[m5-dev] changeset in m5: ruby: Added flag to disable mem_vec allocation

2010-03-21 Thread Brad Beckmann
changeset 3f4c23e9d67d in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=3f4c23e9d67d description: ruby: Added flag to disable mem_vec allocation The RubySystem flag no_mem_vec will disable Ruby from allocating it's memory data array. diffstat: 3 files c

[m5-dev] changeset in m5: ruby: Adds configurable bit selection for numa ...

2010-03-21 Thread Brad Beckmann
changeset 46b02e79bf2c in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=46b02e79bf2c description: ruby: Adds configurable bit selection for numa mapping diffstat: 5 files changed, 50 insertions(+), 7 deletions(-) configs/common/Options.py |2 ++ src/mem/r

[m5-dev] changeset in m5: ruby: Reordered protocol buffers

2010-03-21 Thread Brad Beckmann
changeset 56dfde6abe48 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=56dfde6abe48 description: ruby: Reordered protocol buffers Reordered vnet priorities to agree with PerfectSwitch for protocols MI_example, MOESI_CMP_token, and MOESI_hammer diffstat:

[m5-dev] changeset in m5: ruby: Changed the default set size to 1

2010-03-21 Thread Brad Beckmann
changeset 9a48c447bc19 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=9a48c447bc19 description: ruby: Changed the default set size to 1 Previously, the set size was set to 4. This was mostly do to the fact that a crazy graduate student use to create ne

[m5-dev] changeset in m5: ruby: Disable adaptive routing by for faster si...

2010-03-21 Thread Brad Beckmann
changeset a200627c3d42 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=a200627c3d42 description: ruby: Disable adaptive routing by for faster simulation perf. diffstat: 1 file changed, 1 insertion(+), 1 deletion(-) src/mem/ruby/network/Network.py |2 +- diffs (12 li

[m5-dev] changeset in m5: added sparse memory support to hammer

2010-03-21 Thread Brad Beckmann
changeset 3b9335a18b4c in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=3b9335a18b4c description: added sparse memory support to hammer diffstat: 1 file changed, 3 insertions(+), 1 deletion(-) configs/ruby/MOESI_hammer.py |4 +++- diffs (14 lines): diff -r a200627c3

[m5-dev] changeset in m5: ruby: Removed the unnecessary MachineType messa...

2010-03-21 Thread Brad Beckmann
changeset 35cb92cbd50c in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=35cb92cbd50c description: ruby: Removed the unnecessary MachineType message fields diffstat: 3 files changed, 3 insertions(+), 55 deletions(-) src/mem/protocol/MOESI_CMP_token-L1cache.sm | 26 +++--

[m5-dev] changeset in m5: ruby: Reorganized Ruby topology and protocol files

2010-03-21 Thread Brad Beckmann
TE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSI

[m5-dev] changeset in m5: ruby: Regression updates for new ruby config lo...

2010-03-21 Thread Brad Beckmann
changeset 6bf327b128c6 in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=6bf327b128c6 description: ruby: Regression updates for new ruby config locations diffstat: 49 files changed, 5596 insertions(+), 5721 deletions(-) tests/configs/memtest-ruby.py

[m5-dev] changeset in m5: ruby: improved isReadWrite fix me comment

2010-03-22 Thread Brad Beckmann
changeset b78b3a9e205f in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=b78b3a9e205f description: ruby: improved isReadWrite fix me comment diffstat: 1 file changed, 4 insertions(+), 2 deletions(-) src/mem/ruby/system/RubyPort.cc |6 -- diffs (16 lines): diff -r

Re: [m5-dev] Review Request: ruby: get rid of Vector and use STL

2010-06-21 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/22/#review46 --- Overall, this patch looks good. I just have a couple questions about it: 1

Re: [m5-dev] Review Request: ruby: get rid of RefCnt and Allocator stuff use base/refcnt.hh

2010-06-21 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/21/#review47 --- Ship it! Thanks Nate. This patch catches a few potential bugs and removes

Re: [m5-dev] Review Request: ruby: get rid of PrioHeap and use STL

2010-06-21 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/24/#review48 --- Overall this patch looks good. However before pushing it, Tushar and I want

[m5-dev] changeset in m5: garnet: Added topology print function to Garnet...

2010-07-08 Thread Brad Beckmann
changeset 10510cc7bb9f in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=10510cc7bb9f description: garnet: Added topology print function to Garnet printStats diffstat: src/mem/ruby/network/garnet/fixed-pipeline/GarnetNetwork_d.cc | 1 + src/mem/ruby/network/garnet/flex

[m5-dev] Review Request: ruby: moved python protocol files

2010-08-05 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/85/ --- Review request for Default. Summary --- ruby: moved python protocol files Move

[m5-dev] Review Request: ruby: reorganized how ruby specifies command-line options

2010-08-05 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/86/ --- Review request for Default. Summary --- ruby: reorganized how ruby specifies co

[m5-dev] Review Request: ruby: added token broadcast config params to cmd options

2010-08-05 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/87/ --- Review request for Default. Summary --- ruby: added token broadcast config para

[m5-dev] Review Request: config: Added the topology name to m5 & ruby output

2010-08-05 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/88/ --- Review request for Default. Summary --- config: Added the topology name to m5 &

[m5-dev] Review Request: ruby: Improve ruby simobject names

2010-08-05 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/89/ --- Review request for Default. Summary --- ruby: Improve ruby simobject names Thi

[m5-dev] Review Request: slicc: Consolidated the protocol stats printing

2010-08-05 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/90/ --- Review request for Default. Summary --- slicc: Consolidated the protocol stats

[m5-dev] Review Request: ruby: Added ruby_request_type ostream def to libruby.hh

2010-08-05 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/91/ --- Review request for Default. Summary --- ruby: Added ruby_request_type ostream d

[m5-dev] Review Request: memtest: Memtester support for DMA

2010-08-05 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/92/ --- Review request for Default. Summary --- memtest: Memtester support for DMA Thi

[m5-dev] Review Request: MOESI_CMP_token: Fixed dma persistent lockdown bugs

2010-08-05 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/93/ --- Review request for Default. Summary --- MOESI_CMP_token: Fixed dma persistent l

[m5-dev] Review Request: ruby: Reincarnated the responding machine profiling

2010-08-05 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/94/ --- Review request for Default. Summary --- ruby: Reincarnated the responding machi

[m5-dev] Review Request: ruby: Added consolidated network msg stats

2010-08-05 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/95/ --- Review request for Default. Summary --- ruby: Added consolidated network msg st

[m5-dev] Review Request: ruby: Added bcast msg profiling to hammer and token

2010-08-05 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/96/ --- Review request for Default. Summary --- ruby: Added bcast msg profiling to hamm

[m5-dev] Review Request: ruby: Fixed L2 cache miss profiling

2010-08-05 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/97/ --- Review request for Default. Summary --- ruby: Fixed L2 cache miss profiling Fi

[m5-dev] Review Request: ruby: fix ruby llsc support to sync sc outcomes

2010-08-05 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/98/ --- Review request for Default. Summary --- ruby: fix ruby llsc support to sync sc

[m5-dev] Review Request: ruby: Reduced ruby latencies

2010-08-05 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/99/ --- Review request for Default. Summary --- ruby: Reduced ruby latencies The previ

[m5-dev] Review Request: ruby: Added merge GETS optimization to hammer

2010-08-05 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/118/ --- Review request for Default. Summary --- ruby: Added merge GETS optimization to

[m5-dev] Review Request: ruby: Fixed minor bug in ruby test for setting the request type

2010-08-05 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/117/ --- Review request for Default. Summary --- ruby: Fixed minor bug in ruby test for

[m5-dev] Review Request: ruby: Stall and wait input messages instead of recycling

2010-08-05 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/116/ --- Review request for Default. Summary --- ruby: Stall and wait input messages in

[m5-dev] Review Request: ruby: Recycle latency fix for hammer

2010-08-05 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/115/ --- Review request for Default. Summary --- ruby: Recycle latency fix for hammer

[m5-dev] Review Request: ruby: Updated MOESI_hammer L2 latency behavior

2010-08-05 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/100/ --- Review request for Default. Summary --- ruby: Updated MOESI_hammer L2 latency

[m5-dev] Review Request: ruby: Resurrected Ruby's deterministic tests

2010-08-05 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/101/ --- Review request for Default. Summary --- ruby: Resurrected Ruby's deterministic

[m5-dev] Review Request: ruby: MOESI_CMP_token dma fixes

2010-08-05 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/102/ --- Review request for Default. Summary --- ruby: MOESI_CMP_token dma fixes This

[m5-dev] Review Request: ruby: added cmd options to control ruby debug

2010-08-05 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/103/ --- Review request for Default. Summary --- ruby: added cmd options to control rub

[m5-dev] Review Request: ruby: fixed token bugs associated with owner token counts

2010-08-05 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/104/ --- Review request for Default. Summary --- ruby: fixed token bugs associated with

[m5-dev] Review Request: ruby: Removed try except blocks in ruby creation

2010-08-05 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/105/ --- Review request for Default. Summary --- ruby: Removed try except blocks in rub

[m5-dev] Review Request: ruby: Fixed RubyPort sendTiming callbacks

2010-08-05 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/106/ --- Review request for Default. Summary --- ruby: Fixed RubyPort sendTiming callba

[m5-dev] Review Request: m5: Fixed periodic interrupts to work with draining

2010-08-05 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/107/ --- Review request for Default. Summary --- m5: Fixed periodic interrupts to work

[m5-dev] Review Request: imported patch brad/uncacheable_debug

2010-08-05 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/108/ --- Review request for Default. Summary --- imported patch brad/uncacheable_debug

[m5-dev] Review Request: ruby: Added SC fail indication to trace profiling

2010-08-05 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/109/ --- Review request for Default. Summary --- ruby: Added SC fail indication to trac

[m5-dev] Review Request: ruby: Disable migratory sharing for token and hammer

2010-08-05 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/110/ --- Review request for Default. Summary --- ruby: Disable migratory sharing for to

[m5-dev] Review Request: ruby: Reset ruby stats in RubySystem unserialize

2010-08-05 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/111/ --- Review request for Default. Summary --- ruby: Reset ruby stats in RubySystem u

[m5-dev] Review Request: ruby: fixed DirectoryMemory's numa_high_bit configuration

2010-08-05 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/112/ --- Review request for Default. Summary --- ruby: fixed DirectoryMemory's numa_hig

[m5-dev] Review Request: ruby: added probe filter support to hammer

2010-08-05 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/113/ --- Review request for Default. Summary --- ruby: added probe filter support to ha

[m5-dev] Review Request: ruby: hammer detail miss latency breakdown

2010-08-05 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/114/ --- Review request for Default. Summary --- ruby: hammer detail miss latency break

[m5-dev] Review Request: regress: Regression tester updates

2010-08-05 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/119/ --- Review request for Default. Summary --- regress: Regression tester updates D

[m5-dev] Review Request: ruby: Resurrected Ruby's deterministic tests

2010-08-11 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/138/ --- Review request for Default. Summary --- ruby: Resurrected Ruby's deterministic

Re: [m5-dev] Review Request: ruby: Resurrected Ruby's deterministic tests

2010-08-11 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/101/ --- (Updated 2010-08-11 12:01:17.311934) Review request for Default. Summary ---

Re: [m5-dev] Review Request: ruby: Resurrected Ruby's deterministic tests

2010-08-11 Thread Brad Beckmann
This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/101/#review148 --- On 2010-08-11 12:01:17, Brad Beckmann wrote: > > ---

Re: [m5-dev] Review Request: imported patch brad/uncacheable_debug

2010-08-11 Thread Brad Beckmann
y, visit: http://reviews.m5sim.org/r/108/#review144 --- On 2010-08-05 21:52:30, Brad Beckmann wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http

Re: [m5-dev] Review Request: ruby: Stall and wait input messages instead of recycling

2010-08-11 Thread Brad Beckmann
his is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/116/#review143 --- On 2010-08-05 21:49:59, Brad Beckmann wrote: > > --- > This is an automaticall

Re: [m5-dev] Review Request: slicc: Consolidated the protocol stats printing

2010-08-11 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/90/ --- (Updated 2010-08-11 14:34:01.226901) Review request for Default. Summary ---

Re: [m5-dev] Review Request: ruby: Resurrected Ruby's deterministic tests

2010-08-11 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/101/ --- (Updated 2010-08-11 14:34:27.891106) Review request for Default. Summary ---

Re: [m5-dev] Review Request: m5: Fixed periodic interrupts to work with draining

2010-08-11 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/107/ --- (Updated 2010-08-11 14:35:01.551768) Review request for Default. Summary ---

Re: [m5-dev] Review Request: ruby: Added SC fail indication to trace profiling

2010-08-11 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/109/ --- (Updated 2010-08-11 14:35:30.334267) Review request for Default. Summary ---

Re: [m5-dev] Review Request: memtest: Memtester support for DMA

2010-08-11 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/92/ --- (Updated 2010-08-11 14:36:07.252833) Review request for Default. Summary ---

Re: [m5-dev] Review Request: ruby: hammer detail miss latency breakdown

2010-08-11 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/114/ --- (Updated 2010-08-11 14:36:35.566050) Review request for Default. Summary ---

Re: [m5-dev] Review Request: ruby: moved python protocol files

2010-08-11 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/85/ --- (Updated 2010-08-11 14:36:58.271850) Review request for Default. Summary ---

Re: [m5-dev] Review Request: ruby: Added consolidated network msg stats

2010-08-11 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/95/ --- (Updated 2010-08-11 14:37:14.700509) Review request for Default. Summary ---

Re: [m5-dev] Review Request: regress: Regression tester updates

2010-08-11 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/119/ --- (Updated 2010-08-11 14:37:58.960209) Review request for Default. Summary ---

Re: [m5-dev] Review Request: ruby: added cmd options to control ruby debug

2010-08-11 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/103/ --- (Updated 2010-08-11 14:38:29.485853) Review request for Default. Summary ---

Re: [m5-dev] Review Request: ruby: reorganized how ruby specifies command-line options

2010-08-11 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/86/ --- (Updated 2010-08-11 14:38:40.674413) Review request for Default. Summary ---

Re: [m5-dev] Review Request: ruby: Removed try except blocks in ruby creation

2010-08-11 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/105/ --- (Updated 2010-08-11 14:39:02.802971) Review request for Default. Summary ---

Re: [m5-dev] Review Request: ruby: Improve ruby simobject names

2010-08-11 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/89/ --- (Updated 2010-08-11 14:39:22.529304) Review request for Default. Summary ---

Re: [m5-dev] Review Request: config: Added the topology name to m5 & ruby output

2010-08-11 Thread Brad Beckmann
--- This is an automatically generated e-mail. To reply, visit: http://reviews.m5sim.org/r/88/ --- (Updated 2010-08-11 14:39:35.284205) Review request for Default. Summary ---

Re: [m5-dev] Review Request: ruby: Added consolidated network msg stats

2010-08-11 Thread Brad Beckmann
On 2010-08-11 14:37:14, Brad Beckmann wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://reviews.m5sim.org/r/95/ > --- > >

Re: [m5-dev] Review Request: memtest: Memtester support for DMA

2010-08-12 Thread Brad Beckmann
----- On 2010-08-11 14:36:07, Brad Beckmann wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://reviews.m5sim.org/r/92/ > ---

<    1   2   3   4   5   6   >