> Also, if I wish to modify the TimingSimpleCPUParams, where could I > do that aside from a Params .hh file deep within the build directory? > > You dont want to edit any files in the build directory. > > Add/remove params using in the TimingSimpleCPU.py file. The build > directory files are auto-generated from that.
Korey is absolutely right. You should never edit anything in the build directory since it's either copied/linked from the source directory or autogenerated. You should add parameters in the .py file in the src directory, and change parameter values in your simulation script(s). Gabe
_______________________________________________ m5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
