Hi Eliot,
Yes, that's right. The reason is that the parameter for memory interface in
MemCtrl.py (
https://gem5.googlesource.com/public/gem5/+/refs/heads/develop/src/mem/MemCtrl.py)
is called dram even though it can be an NVM interface. I think this should
be fixed to remove the confusion, but the
Thanks for your useful advice and information!
I think pseudo instruction is the better solution for me at the moment. I
will try to add the real instruction later.
On Sun, Mar 19, 2023 at 10:43 Ayaz Akram wrote:
> Hi Le Minh Son,
>
> In my opinion, if you are well aware of the ISA specs and kno
On 3/18/2023 10:40 PM, Ayaz Akram via gem5-users wrote:
Hi Eliot,
MemCtrl() memory controller in gem5 can control a single DRAM interface or a single NVM interface at
a time. I think one way to verify that things are set-up correctly is to confirm this from the
"m5out/config.ini". If config.in