Re: [gem5-dev] Possible bug: Default options override config scripts

2013-01-31 Thread Ali Saidi
HI Erik, Following up on Amin's description, yes it's a issue, maybe a bug, but it's hard to know what to do about it. Either way someones configuration they've been using will change. Thanks, Ali On 31.01.2013 10:09, Amin Farmahini wrote: > Hi Erik, > > There is such a problem and it

Re: [gem5-dev] Possible bug: Default options override config scripts

2013-01-31 Thread Amin Farmahini
Hi Erik, There is such a problem and it caused me some problem in the past. I don't have an easy solution for it. I pass all my parameters through the command line to make sure Options.py doesn't override them. Thanks, Amin On Thu, Jan 31, 2013 at 6:36 AM, Erik Tomusk wrote: > Hello All, > >

[gem5-dev] Possible bug: Default options override config scripts

2013-01-31 Thread Erik Tomusk
Hello All, It looks like default command line options override default values in configuration scripts. I'm not sure if this would be considered a bug. For example: O3_ARM_v7a.py defines dcache size as 32kB. Options.py defines the default for command line option --l1d_size as 64kB. CacheConf