Hi All,
How to run a binary file three times on gem5? I want to find the execution time
for a binary file for 1M instructions. However, the gem5 is completed on 400K
instructions because the binary file is completed. So how I can run it three
times in order to reach 1M instructions?
For exampl
Hi All,
How to run a binary file three times on gem5? I want to find the execution time
for a binary file for 1M instructions. However, the gem5 is completed on 400K
instructions because the binary file is completed. So how I can run it three
times in order to reach 1M instructions?
Any help w
Dear Bobby,
Thanks for the info! We are trying to locate the sources (any source) even
if they are not working to check if we can make them work.
Best regards,
Salva
On Wed, 27 Jan 2021 at 20:44, Bobby Bruce wrote:
> Salvador,
>
> The gem5 project isn't currently supporting the AsimBench marks
Hello everyone:
Recently, I am making some changes to the cache coherence protocol in Gem5,
in the SLICC documents, I should add some if-else statements, but the
transitions code blocks seem do not to cover this case, it shows syntax error
>>if<<. If I do so, should I change the related parts
Thank you Boris,
I have used the following GDB flags (as you suggested) to figure out and
inspect the data being transmitted to the (host gdb) from Gem5 and vice versa.
--debug-flag=GDBSend,GDBRecv,GDBMisc
When I set a breakpoint at a specific location in the code (say function call)
that is