[gem5-users] GEM5 + Ramulator

2018-08-02 Thread Abbas Fairouz
Hi there, Does anyone worked on GEM5 + Ramulator? I'm having an issue with stats report after simulating GEM5 with ramulator flag. It seems that the number of cycles processed in ramulator module is not included in GEM5's stats report file. For example: When I run a simple benchmark (high

[gem5-users] ?????? How to build a linux image for full system simulation

2018-08-02 Thread Jimmy Situ
Hi, Yunxia I have never tried 32bit full system mode, but I think the key idea are the same. You can start with Joson's blog http://www.lowepower.com/jason/setting-up-gem5-full-system.html The most tricky part of booting a Ubuntu on gem5 is compile the right kernel (with right module), which

Re: [gem5-users] Cache Management

2018-08-02 Thread Timon Evenblij
Hi Abishek, No, for this case, MSHRs (miss status handling registers) exists. These are registers that keep track of missed cache accesses (in your case packet 1 that misses in L1), so the cache can be freed to reply to other accesses (packet 2) while waiting for the answer of the miss (packet 1