You could try RubyQueue.
> On Feb 25, 2024, at 10:27 PM, zhangcongwu--- via gem5-users
> wrote:
>
> Hi gem5,
>
> I am simulating a new cache protocol in ruby system, but my simulation will
> occur error when running some parsec benchmark. The error is:
>
>
> I use `--debug-flags=ProtocolTra
Hi gem5,
I am simulating a new cache protocol in ruby system, but my simulation will
occur error when running some parsec benchmark. The error is:
I use `--debug-flags=ProtocolTrace` to catch ruby trace, find this request will
disappear in some phase. It can only be send to L2 cache controller,
Hello *,
While building gem5 with EXTRAS= mechanism I'm encountering an error.
Error :
[SO Param] m5.objects.BranchPredictor, BranchTargetBuffer ->
ARM/python/_m5/param_BranchTargetBuffer.cc
terminate called after throwing an instance of 'pybind11::error_already_set'
what(): AttributeError: m5
Hi:
I'm new to the gem5. I have read some tutorial materials before and
learned that the X86 build does not compile the MinorCPU model by default.
So I used the following command instead: "scons build/X86/gem5.opt -jX
CPU_MODELS=AtomicSimpleCPU,TimingSimpleCPU,O3CPU,MinorCPU". However, when I
r