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
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
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