Hi Kazi,
I don't know exactly how to integrate DRAMSim3, but I recommend you open an
Issue on GitHub (https://github.com/gem5/gem5/issues) or just a new Pull
Request about this as that is the "standard" process now for integrating in
cool features like this. Let me know if you need help doing
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 Regards
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 co
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: 141cc37c2d4b93959d4