I'm pretty sure that line is obsolete... try deleting it and let me know if
anything stops working.

Steve

On Thu, Mar 27, 2008 at 11:47 AM, Sujay Phadke <[EMAIL PROTECTED]>
wrote:

>  Hello,
>          Referring to the run.py in the configs/splash2 directory.
>
> for cpu in cpus:
>     cpu.addPrivateSplitL1Caches(L1(size = options.l1size, assoc = 1),
>                                 L1(size = options.l1size, assoc = 4))
>     cpu.mem = cpu.dcache
>
> what does the last line do? If we are already creating split private
> caches in the previous line, why is this line required?
>
> It not there in the configs/example/se.py file
>
> - Sujay
>
>
> _______________________________________________
> 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