Re: [gem5-users] fs_bigLITTLE.py CPU: failed to come online

2018-06-08 Thread Gabor Dozsa
8 at 17:14 To: gem5 users mailing list Subject: Re: [gem5-users] fs_bigLITTLE.py CPU: failed to come online Thank you very much for your reply. At my command at the end a put the parameter - -little-cpus=4. I can’t understand why it doesn’t load the little cpus.. Also, I test - -big-cpus=4 - -lit

Re: [gem5-users] fs_bigLITTLE.py CPU: failed to come online

2018-06-08 Thread Georgios S. Bousdras
Thank you very much for your reply. At my command at the end a put the parameter - -little-cpus=4. I can’t understand why it doesn’t load the little cpus.. Also, I test - -big-cpus=4 - -little-cpus=4 and it works fine. Only for the architecture of 4 little cpus I have this problem. Regards,

Re: [gem5-users] fs_bigLITTLE.py CPU: failed to come online

2018-06-08 Thread Ciro Santilli
armv8_gem5_v1_big_little_4_4 means 4 big and 4 little. If you run it without anything other than --little-cpus=4 --big-cpus=4 is likely to blow up. Failed to come online means the kernel could not properly find the CPU and won't use it at all. On Fri, Jun 8, 2018 at 3:57 PM, Georgios S.