Hi,

I need some help in running a multicore version of gem5 using SPARC cores,
initially in SE mode. I have tried to use the simplest binary, namely hello
to make it work on a dual core simulation, but for some reason only one
core is operating, while the other is not generating output.
When I have checked the stats.txt file I have found that the cpu[0] has
activity on the types of instructions executed, but cpu[1] has "0"
utilization of any instruction, despite being 100% busy (as indicated by
the stats.txt file)

This is the command I used
./build/SPARC/gem5.opt configs/example/se.py -c "hello;hello" -n 2

I thought that there maybe something wrong in my scripts, so I have tried
the same exact experiment but using ARM cores instead. Surprisingly, the
output in this case is exactly as expected. i.e. the two cores are
operating with proper functionality and the statistics show that the two
cores are working.

I really appreciate your help in this as I have tried a bit of debugging
but with no succes so far.

Regards,
Mohamed
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to