[gem5-users] Re: Error Parsing cpuinfo in SE Mode

2022-01-12 Thread nitesh--- via gem5-users
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

[gem5-users] Error Parsing cpuinfo in SE Mode

2022-01-10 Thread nitesh--- via gem5-users
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 following error: Error in cpuinfo: failed to parse the list

[gem5-users] Vector Instructions Support

2021-10-28 Thread nitesh--- via gem5-users
Hi I am working on understanding VPUs and vector instructions, and am a bit new to the gem5 environment. I aI wanted to know if there is any official update on the vector instruction support for gem5 x86 and ARM? I see there are some forked versions available in the community but I am