[gem5-users] run a binary file for 3 times on gem5

2021-01-31 Thread ABD ALRHMAN ABO ALKHEEL via gem5-users
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

[gem5-users] run binary file 3 times on gem5

2021-01-31 Thread ABD ALRHMAN ABO ALKHEEL via gem5-users
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

[gem5-users] Re: Moby/AsimBench benchmarks

2021-01-31 Thread Salvador Petit via gem5-users
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

[gem5-users] write if-else statement in slicc transition code blocks.

2021-01-31 Thread zhen bang via gem5-users
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

[gem5-users] Re: Remote GDB/cross GDB

2021-01-31 Thread husin.it.90--- via gem5-users
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