Hi all,
I have some basic question about assigning a multithreaded program into
different cores of ARM in gem5 simulation.
Basically, I have hashmark benchmark file which is built for arm core with
"m5 threads".
The executable takes number of threads to create and a input file as
argument. Now
re this is right, but I think what you do is assign the
> same process object to each core you want a thread to run on.
>
> Gabe
>
> On Mon, Nov 15, 2021 at 10:25 AM Sachin Vijay Kumar via gem5-users <
> gem5-users@gem5.org> wrote:
>
>> Hi all,
>>
>
> On Mon, Nov 15, 2021 at 5:51 PM Gabe Black via gem5-users <
>> gem5-users@gem5.org> wrote:
>>
>>> I'm not 100% sure this is right, but I think what you do is assign the
>>> same process object to each core you want a thread to run on.
>>>
>>&g