Re: [Gems-users] Signatures


Date: Mon, 19 May 2008 20:19:47 +0200
From: Lois Orosa Nogueira <lorosa@xxxxxx>
Subject: Re: [Gems-users] Signatures
My problem was in the script workloads.py, that it changed my configuration.

But I still have problems.
in the READ_WRITE_FILTER , What are the possible values?

Perfect_,LSB_Counting,NonCounting....???

Thanks
Lois
Mike Marty escribió:
Did you recompile?  rubyconfig.defaults are compile-time values.  You
can also change any value at runtime by doing ruby0.set_param

--Mike

On Fri, May 16, 2008 at 12:24 PM, Lois Orosa Nogueira <lorosa@xxxxxx> wrote:
  
Hi,

I'm starting with GEMS, and I'm trying  to modify the signatures in logTM.
The file rubyconfig.defaults is:

PERFECT_FILTER: true                // If true, use perfect physical
read/write filters
READ_WRITE_FILTER: Perfect_
PERFECT_VIRTUAL_FILTER: true        // If true, use perfect virtual
read/write filters
VIRTUAL_READ_WRITE_FILTER: Perfect_
PERFECT_SUMMARY_FILTER: true        // If true, use perfect summary
read/write filters
SUMMARY_READ_WRITE_FILTER: Perfect_

and I changed it for :


PERFECT_FILTER: false
PERFECT_VIRTUAL_FILTER: false
READ_WRITE_FILTER: LSB_Counting_
VIRTUAL_READ_WRITE_FILTER: LSB_Counting_
PERFECT_SUMMARY_FILTER: false
SUMMARY_READ_WRITE_FILTER: LSB_Counting_



But when I launch the deque microbenchmark I obtain  this out:


. . . .
XACT_MEMORY: true
XACT_ENABLE_TOURMALINE: false
XACT_NUM_CURRENT: 0
XACT_LAST_UPDATE: 0
XACT_ISOLATION_CHECK: true
PERFECT_FILTER: true
READ_WRITE_FILTER: Perfect_
PERFECT_VIRTUAL_FILTER: true
VIRTUAL_READ_WRITE_FILTER: Perfect_
PERFECT_SUMMARY_FILTER: true
SUMMARY_READ_WRITE_FILTER: Perfect_
XACT_EAGER_CD: true
XACT_LAZY_VM: false
.
.
.
.


... the simulation ignores my rubyconfig.defaults

In what I'm wrong?

Thanks in advance
Lois

_______________________________________________
Gems-users mailing list
Gems-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/gems-users
Use Google to search the GEMS Users mailing list by adding
"site:https://lists.cs.wisc.edu/archive/gems-users/" to your search.



    
_______________________________________________
Gems-users mailing list
Gems-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/gems-users
Use Google to search the GEMS Users mailing list by adding "site:https://lists.cs.wisc.edu/archive/gems-users/" to your search.

  

[← Prev in Thread] Current Thread [Next in Thread→]