Re: [gem5-users] large number of numCycles

2012-12-03 Thread mir shan
Hi community and Yingying I have licensed Spec2006 but how I covert them to .rcS(482-483.rcS) to run it with gem5 regards Mir --- On Thu, 8/11/12, Cookie wrote: From: Cookie Subject: [gem5-users] large number of numCycles To: "gem5 users mailing list" Date: Thursday, 8 November, 2012, 1

[gem5-users] Interactions between memory system and instructions

2012-12-03 Thread Jordan Fix
Hello, I'm attempting to make some modifications to the Ruby memory system and the MESI directory protocol. I was wondering if anyone could give me an overview of what happens when for example a load occurs -- how the system interacts to check/update MESI protocol states, looks at what is curre

Re: [gem5-users] Interactions between memory system and instructions

2012-12-03 Thread Nilay Vaish
On Mon, 3 Dec 2012, Jordan Fix wrote: Hello, I'm attempting to make some modifications to the Ruby memory system and the MESI directory protocol. I was wondering if anyone could give me an overview of what happens when for example a load occurs -- how the system interacts to check/update MES

[gem5-users] Run PARSEC with MESI protocol in FS mode

2012-12-03 Thread hanfeng QIN
Hi, I download the PARSEC images with pre-compiled benchmark suite from http://www.cs.utexas.edu/~cart/parsec_m5/ . I extract the pre-compiled benchmarks into my own disk image made from util/gem5img.py. According to the document in the above URL,

Re: [gem5-users] Run PARSEC with MESI protocol in FS mode

2012-12-03 Thread hanfeng QIN
I also checked another run with Ruby in FS mode. I attach the option '-s' which will switch from timing cpu to detailed cpu. To my surprise, it end in this case. $build/ALPHA_MESI_CMP_directory/gem5.opt -d ../exp/2012-12-03-stdsim-mesi-ruby-s configs/example/ruby_fs.py -n 4 --caches --l1d_siz

[gem5-users] Ruby model Cache related query

2012-12-03 Thread Udayan Umapathi
Hello All, The query I have is related to the Ruby memory model. I modified the existing Cache memory model(../Ruby/System/CacheMemory.cc). I wanted to know if I have to specify the cache size and associativity and similar parameters throughout command line arguments. The very first assertion