hi all,
after reading some of the previous queries i came to know about
different workloads to different cpus.i read the wiki,i have tried in that
way,but failed and getting segfault again and again.
i have changed here:
# ----------------------
# Create a system, and add system wide objects
# ----------------------
system = System(cpu = cpus, physmem = PhysicalMemory(),
membus = Bus(clock = busFrequency))
and here
# --------------------
# Assign the workload to the cpus
# ====================
for cpu in cpus:
cpu.workload = root.workload
i have changed it to for i in xrange(cpus)
cpu[i].workload=root.workload
but it didn't work.can anyone suggest me what exactly to be done?
thanks
_______________________________________________
m5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/m5-users