[gem5-users] Re: Gem5/DRAMSim3

2022-03-16 Thread Mahyar Samani via gem5-users
Hello Kazi, Can you direct me on how I can reproduce the error you are getting? Can you please answer the following questions? - What script are you running? - What command are you using? - What version of gem5 are you using (which commit/branch)? - Did you build gem5 with DRAMSim3? Best

[gem5-users] Re: Gem5/DRAMSim3

2022-03-14 Thread Mahyar Samani via gem5-users
Hello Kazi, I looked at the script and you should make the following changes: from gem5.components.memory import SingleChannelDDR3_1600 --> from gem5.components.memory.dramsim_3 import SingleChannelDDR3_1600 requires(isa_required=ISA.ARM) --> requires(isa_required=ISA.X86), if it does not work

[gem5-users] Re: Gem5/DRAMSim3

2022-03-07 Thread Mahyar Samani via gem5-users
Hello Kazi, Take a look at configs/example/gem5_library/arm-hello.py. It is a good example of SE mode for ARM ISA. If you are interested in instantiating a memory module look at lines 47, and 62 from the same file. P.S. I'm checking out the stable branch on the gem5 repo (Hash: