Re: [gem5-users] Error while changing the cache line size

2011-06-10 Thread Abhishek Rawat
Sorry, I think I have wrongly said that I changed config.ini! Actually I manually changed the config file for caches - configs/common/Caches.py. I will now try to debug the python script and get back to you. On Thu, Jun 9, 2011 at 2:24 PM, Gabriel Michael Black gbl...@eecs.umich.edu wrote:

Re: [gem5-users] Error while changing the cache line size

2011-06-09 Thread Ali Saidi
You need to set all the cache line sizes to the same thing. Check config.ini you must have missed one of them. Ali On Jun 7, 2011, at 10:39 AM, Abhishek Rawat wrote: Hi everyone, I am running O3 cores in ALPHA FS. I am trying to change the cache line size of caches. But I keep getting

Re: [gem5-users] Error while changing the cache line size

2011-06-09 Thread Abhishek Rawat
Thanks Ali. It works when I manually update config.ini to change the block size. But, its not working when I use cacheline_size parameter from command line. On Thu, Jun 9, 2011 at 2:16 AM, Ali Saidi sa...@umich.edu wrote: You need to set all the cache line sizes to the same thing. Check

Re: [gem5-users] Error while changing the cache line size

2011-06-09 Thread Gabriel Michael Black
That means one of the parameters wasn't getting updated, but rather than change it in the ini you should figure out where that value is coming from in the python script and change it there. Actually, I didn't think we were even using the config.ini files for anything other than for