On Mon, 12 Nov 2012, Marko Zivkovic wrote:

I am doing something wrong here. What I an trying to do is create 4 CPUS
with different frequencies.  I am passing --num-cpus=1 because I want 4
different. Please take a look.

test_sys.cpu = [CPUClass1(cpu_id=i)  for i in xrange(np)]
test_sys.cpu = [CPUClass2(cpu_id=i)  for i in xrange(np)]
test_sys.cpu = [CPUClass3(cpu_id=i)  for i in xrange(np)]
test_sys.cpu = [CPUClass4(cpu_id=i)  for i in xrange(np)]


The code here is incorrect. You are setting test.cpu to just one cpu.


--
Nilay
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to