Hi,

I get the deadlock error whenever I try to use the FullCPU but I dont get it with SimpleCPU. What could be the reason?

I already statically linked the executable when I compiled the benchmarks.
Thank you for the help,

Regards,
Bushra Ahsan

##########################RUN.PY#################################

from m5 import *
from DetailedUniConfig2 import *
import Benchmarks
root = DetailedStandAlone()
DetailedCPU.max_insts_any_thread = 10
root.cpu1.workload = Benchmarks.mesa()
root.cpu2.workload = Benchmarks.art()
root.cpu3.workload = Benchmarks.equake()
root.cpu4.workload = Benchmarks.ammp()

###################################ERROR########################

warn: Entering event queue.  Starting simulation...
DEADLOCK!
======================================================
cpu4.iq Dump (cycle 25000)
------------------------------------------------------
  Total instruction: 0
  Thread 0 instructions: 0
  Thread 1 instructions: 0
  Thread 2 instructions: 0
  Thread 3 instructions: 0
------------------------------------------------------
======================================================

done with dump!
======================================================
cpu4.LSQ Dump (cycle 25000)
------------------------------------------------------
  Total instruction: 0
  Thread 0 instructions: 0
  Thread 1 instructions: 0
  Thread 2 instructions: 0
  Thread 3 instructions: 0
------------------------------------------------------
======================================================

num_active: 0
  num_thread[0]: 0
panic: We stopped committing instructions!!!
 @ cycle 25000
[commit:m5/encumbered/cpu/full/commit.cc, line 124]
Program aborted at cycle 25000
Aborted


How low will we go? Check out Yahoo! Messenger’s low PC-to-Phone call rates.
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
m5sim-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/m5sim-users

Reply via email to