[gem5-users] problems of integrating DRAMSim2 and McPAT with Gem5

2013-06-18 Thread Yuhang
Hello all, I am new to Gem5, and now trying to integrate DRAMSim2 and McPAT with Gem5. But I got lots of problems. It has been a long time since people talk about DRAMSim2 and McPAT in the mail list. 1.DRAMSim2 I use this relatively new version DRAMSim2_gem5_patch.tar.gz in the following link

[gem5-users] FW: panic: Uncachable load

2013-06-18 Thread huangyongbing
Hi Ali, The detailed attachment is larger than 128KB, which is forbidden by the mail list. If you need it, I will send it to your mail directly. Thanks! Best regards, Yongbing Huang From: huangyongbing [mailto:huangyongb...@ncic.ac.cn] Sent: Tuesday, June 18, 2013

Re: [gem5-users] Perfect Network

2013-06-18 Thread Tushar Krishna
Hi Mahshid, I have often done the following to model a 0/fixed-delay network: Magically send the message from the source NetworkInterface to the destination NetworkInterface without sending it through the routers. Create some function in the global network class (GarnetNetwork_d.cc) to receive a

[gem5-users] Perfect Network

2013-06-18 Thread Mahshid Sedghi
Hi all, I would like to study the contribution of the network in a CMP simulation using gem5. For that, I need to run my benchmarks for two cases: using a regular network (like garnet), and an ideal network (zero latency). To model a perfect network, I used garnet with pt2pt topology and tried to

[gem5-users] Multiple Workloads/Benchmarks on a single CPU

2013-06-18 Thread Anway Mukherjee
Hello, Is there a patch to run multiple workloads/Benchmarks on a single CPU in SE mode for X86/ARM processors. I am trying to make the SMT work in SE mode. So far I have only been able to successfully run Hello-world binary as multiple workloads using ALPHA processors Anway Mukherjee ___