[gem5-users] Scheduling packet at cache to a delay

2018-08-14 Thread Sarabjeet Singh
Hi, I am trying to schedule a packet which arrives at cache to itself after sometime(delay). How do I do that? I have also noticed a function "schedule()" in the code. How is it implemented? -- Best Regards, Sarabjeet Singh ___ gem5-users mailing list ge

[gem5-users] snoop filter exceeded capacity of 131072 cache blocks

2018-08-14 Thread Gongjin Sun
Hi, I'm running a single thread SPEC CPU2006 benchmark (410.bwaves) on the latest Gem5 version with a generated checkpoint (at 100th instructions). Unfortunately, I encountered the error as the title says: panic: panic condition !is_hit && (cachedLocations.size() >= maxEntryCount) occurred: s

Re: [gem5-users] Fix periods in gem5 cache

2018-08-14 Thread Muhammad Avais
Dear Parmidra, I am thankful to you for this help. I am not good in gem5 and feel difficult to learn it. Best Regards, Avais On Mon, Aug 13, 2018 at 4:30 PM, Parmida Vahdatnia < parmida.vahdat...@gmail.com> wrote: > Yes the if statements in the code, sorry if it was confusing. > But I hav