Hi Daniel,

The memory interfaces inherit from AbstractMemory, which is where the
actual data is stored. I will suggest looking at src/mem/abstract_mem.cc to
get a better understanding of this.

-Ayaz

On Mon, Dec 26, 2022 at 5:42 AM 李信德 via gem5-users <[email protected]>
wrote:

> Hi everyone,
>
> I would like to load the data in the DRAM at the beginning of the
> simulation, but it seems like there is no actual data stored in the DRAM.
> It only evaluates the performance and power consumption. The code I look at
> is src/mem/DRAMInterface.cc. Is my understanding correct?
>
> Besides, is there any DRAM module that actually stores the data? (so that
> I can write data into or read data from the DRAM)
>
> Thank you for reading this email.
>
> Sincerely,
> Daniel
>
> _______________________________________________
> gem5-users mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
>
_______________________________________________
gem5-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to