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 <[email protected]> wrote:
> 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 those files, free_list and rename_map seem to be unnecessary for a
> inorder_model. I believe those are relics from when the mixie model
> was being dual-designed as both an inorder and out-of-order model.
> Since M5 is just using for inorder, feel free to take out those 2
> files.
>
>
> On Fri, Feb 20, 2009 at 2:35 AM, Gabe Black <[email protected]> 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 scons
>> choke. There also seem to be places where o3 is partially compiled even
>> when it's left out for Alpha. I'm not sure exactly what's going on
>> there. There may be some interaction between the in order model and o3
>> there.
>>
>> Gabe
>> _______________________________________________
>> m5-dev mailing list
>> [email protected]
>> http://m5sim.org/mailman/listinfo/m5-dev
>>
>
>
>
> --
> ----------
> Korey L Sewell
> Graduate Student - PhD Candidate
> Computer Science & Engineering
> University of Michigan
>
--
----------
Korey L Sewell
Graduate Student - PhD Candidate
Computer Science & Engineering
University of Michigan
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev