[gem5-users] Re: Question about setting up to use NVM

2023-03-19 Thread Ayaz Akram via gem5-users
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

[gem5-users] Re: Adding new X86 memory instruction for O3CPU

2023-03-19 Thread 대학원 전자공학과
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

[gem5-users] Re: Question about setting up to use NVM

2023-03-19 Thread Eliot Moss via gem5-users
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