37c37
< cpus = [ TimingSimpleCPU() for i in xrange(2) ]
---
> cpus = [ TimingSimpleCPU(cpu_id=i) for i in xrange(2) ]