Hi
I tried out a few trivial sets of examples on gem5 as per your suggestion.
1. I used the CPP file handling to read the /sys/devices/system/cpu/possible
and print the content. This gave an output of 0-1 which is right since I was
using a 2 core gem5 configuration.
2. I used the system funct
On 1/10/2022 5:21 AM, nitesh--- via gem5-users wrote:
> Hi
>
> I am trying to run a TensorflowLite CPP application on gem5-ARM. I see that the application runs
perfectly fine when I run it on a native ARM machine. However, its not the case when I try running
it through gem5 SE run. I get the fol