2a3,4
> from m5.proxy import *
>
16,17c18,19
< use_cpu_id = Param.Bool(True,
< "Use the CPU ID to separate calculations of prefetches")
---
> use_master_id = Param.Bool(True,
> "Use the master id to separate calculations of prefetches")
19a22
> sys = Param.System(Parent.any, "System this device belongs to")