Hi,
I've been using gem5 simulator recently for some validation in my research.
I have a question about using gem5, so I'm sending an email.
1.
As a first question,
Is there a way to simulate using DDR5 memory in gem5?
I read the configuration of the different memory types available in gem5, but DDR5 memory type did not exist.
Will DDR5 be updated? If so, when is it?
If there is no update scheduled, is there any other way to simulate DDR5?
2.
As a second question,
I am trying to simulate a custom resource by direct C coding.
How do I configure C code to make data read and write to a specific address in memory?
Custom resource example provided by gem5 is simply a code that outputs "hello world" or performs addition and multiplication operations, so it is difficult to get ideas.
Could you tell me in detail how to configure C code to access a specific address in memory to read and write data?
Thank you in advance for your help!
_______________________________________________ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org