Hi Zhe,

Did you recompile M5 to make the change work? If m5 is recompiled with the the 
change in O3CPU.py, you should see it in the new config.ini file.

You could also change the "fetch_width" or "issue_width" in your se.py or fs.py 
configuration files. For example, "system.cpu[i].issueWidth=2; ... ". 

Hope this would help!

Best,
Jie


On Jul 14, 2010, at 3:34 PM, Zhe Wang wrote:

> Hi
>     I am trying to use O3 cpu and change the fetch_width and issue_width into 
> a smaller one ( default is 8). I found the default value is set in 
> src/cpu/o3/O3CPU.py. But after I change it in the O3CPU.py file, the output 
> file config.ini still give me "fetch_width=8".   Could someone tell how to 
> change it?
> 
> Thanks
> 
> Zhe
> _______________________________________________
> m5-users mailing list
> [email protected]
> http://m5sim.org/cgi-bin/mailman/listinfo/m5-users

_______________________________________________
m5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/m5-users

Reply via email to