[gem5-users] Re: Changing Parameters in NVMInterface subclasses

2023-06-10 Thread Vincent Abraham via gem5-users
Re-building worked! Thank you. On Sat, Jun 10, 2023 at 9:15 AM Eliot Moss wrote: > On 6/10/2023 7:47 AM, Vincent Abraham via gem5-users wrote: > > Hi everyone, > > I want to change some of the parameters like tREAD, tWRITE, etc. in the > NVM_2400_1x64 class. I tried > > to create a new subclass

[gem5-users] Re: Changing Parameters in NVMInterface subclasses

2023-06-10 Thread Eliot Moss via gem5-users
On 6/10/2023 7:47 AM, Vincent Abraham via gem5-users wrote: Hi everyone, I want to change some of the parameters like tREAD, tWRITE, etc. in the NVM_2400_1x64 class. I tried to create a new subclass for it but I wasn't able to pass the class by name in the mem-type parameter in fs.py. And even

[gem5-users] Re: Changing Parameters in NVMInterface subclasses

2023-06-10 Thread Bichl, Markus via gem5-users
Hi, did you recomile your gem5? E.g. "scons build/X86/gem5.opt -j 5”. There is a huge list of dependencies within the full project, which means, a change of a single parameter will lead to a lot of files being rebuilt. You will recognise some lines similar to these ones within the output of sco