[gem5-users] Fw: Arrays in SLICC

2013-10-08 Thread Alex Tomala
On Tuesday, October 8, 2013 9:41:05 PM, Alex Tomala wrote: I am looking into the method you described but I am just wondering how I can add C++ code by defining a structure as external. I don't know where to put the C++ file and what else I would also need. - Alex On Thursday, Octobe

Re: [gem5-users] Arrays in SLICC

2013-10-08 Thread Alex Tomala
I am looking into the method you described but I am just wondering how I can add C++ code by defining a structure as external. I don't know where to put the C++ file and what else I would also need. - Alex On Thursday, October 3, 2013 9:36:31 AM, Alex wrote: Hello, For my L2 caches I requ

Re: [gem5-users] Fwd: User defined names for output directory and output files.

2013-10-08 Thread Mitch Hayenga
Just type in the gem5 binary without any arguments. It gives you a list of accepted parameters. --stats-file=FILE Sets the output file for statistics [Default: stats.txt] --outdir=DIR, -d DIRSet the output directory to DIR [Default: m5out] I don't use ruby, so I don't know how to renam

[gem5-users] Fwd: User defined names for output directory and output files.

2013-10-08 Thread Mandy Debriya
Hi, How to change the default output directory other than m5out and the ruby file names like ruby.stat and stats.txt to user defined names. Is there any flag available for that? Thanks, Mandy ___ gem5-users mailing list gem5-users@gem5.org http://m5sim

[gem5-users] Freqmine Segmentation Fault

2013-10-08 Thread Choi, Wonje
Hi all, I'm trying to running the Freqmine on alpha full system using ruby_fs.py with 64 cores & cache options. The first trial was successful, and it took 117 hours to complete the benchmark. At the second trial, I ran the benchmark with checkpoint (which created at the first trial) restore o

[gem5-users] Best method to add C++ classes to SLICC

2013-10-08 Thread Alex Tomala
Hello, I am working on a project that requires adding at least 2 custom C++ classes to a SLICC description. I plan to interface to it using functions, but I am wondering how I would tell the SLICC description to get information about the classes from the C++ files. Would I just use an include s

Re: [gem5-users] Running multi-threaded program on GEM5 in SE mode

2013-10-08 Thread Xiaowen Wu
Hi ALL, (I would like first to thank Ali and Alex for their great answers!) I am really confused that is it possible to run multi-threaded program on multi-core platform in SE mode? 1.According to the "status Matrix" (http://www.gem5.org/Status_Matrix), I can only use Alpha instead of others li