[gem5-users] Re: Ruby System - HeteroGarnet Debug

2024-02-25 Thread Arteen Abrishami via gem5-users
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

[gem5-users] Ruby System - HeteroGarnet Debug

2024-02-25 Thread zhangcongwu--- via gem5-users
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,

[gem5-users] Assistance required: SimObject params throwing error

2024-02-25 Thread Ananth.PaiJ--- via gem5-users
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

[gem5-users] Can't use MinorCPU in X86 system

2024-02-25 Thread hu miao via gem5-users
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