Re: [m5-dev] problems with CPU models

2009-02-20 Thread Korey Sewell
typo: *SConscript AND there is a TraceFlag('FreeList') in there that can be whacked as well. On Fri, Feb 20, 2009 at 9:00 AM, Korey Sewell wrote: > looking in src/cpu/inorder/SConstruct, I see that the inorder model > wants to compile these files from O3: >Source('../o3/btb.cc') >

Re: [m5-dev] problems with CPU models

2009-02-20 Thread Korey Sewell
looking in src/cpu/inorder/SConstruct, I see that the inorder model wants to compile these files from O3: Source('../o3/btb.cc') Source('../o3/tournament_pred.cc') Source('../o3/2bit_local_pred.cc') Source('../o3/free_list.cc') Source('../o3/rename_map) Of t

Re: [m5-dev] problems with CPU models

2009-02-19 Thread Steve Reinhardt
Yea, I don't think ozone has been compiled in quite a while. On Thu, Feb 19, 2009 at 11:37 PM, Gabe Black wrote: > Gabe Black wrote: > > Since I'm rearranging the CPU models a bit to get rid of the > > translate... functions, I want to try at least compiling them to make > > sure everything

Re: [m5-dev] problems with CPU models

2009-02-19 Thread Gabe Black
Gabe Black wrote: > Gabe Black wrote: > >> Since I'm rearranging the CPU models a bit to get rid of the >> translate... functions, I want to try at least compiling them to make >> sure everything still works. Unfortunately the "FreeList" traceflag is >> defined in I think both the in order a

Re: [m5-dev] problems with CPU models

2009-02-19 Thread Gabe Black
Gabe Black wrote: > Since I'm rearranging the CPU models a bit to get rid of the > translate... functions, I want to try at least compiling them to make > sure everything still works. Unfortunately the "FreeList" traceflag is > defined in I think both the in order and o3 models which makes scon

[m5-dev] problems with CPU models

2009-02-19 Thread Gabe Black
Since I'm rearranging the CPU models a bit to get rid of the translate... functions, I want to try at least compiling them to make sure everything still works. Unfortunately the "FreeList" traceflag is defined in I think both the in order and o3 models which makes scons choke. There also seem t