[gem5-dev] Query regarding Running Custom FS image for ARM FS simulation

2023-11-26 Thread saras nanda via gem5-dev
Hello Everyone , I am trying to run some benchmarks on ARM FS simulation , I have modified my disk image using qemu and runs successfully on qemu emulator (running qemu as VM ) but when I pass the same disk image to the ARM FS I get the kernel panic error These are the commands I used in qemu to m

[gem5-dev] Importing numpy library on gem5 FS

2024-01-05 Thread saras nanda via gem5-dev
Hi everyone , I am doing a full system simulation -ARM arch - using fs_bigLITTLE.py I am using numpy library in my benchmark , which is running on gem5 FS, the problem I am facing is it takes a lot of time for the benchmark to just import numpy 3-4 days , yet I don't see it importing it or compl

[gem5-dev] Measuring power using McPAT

2024-05-07 Thread saras nanda via gem5-dev
Hi everyone , I am trying measure power of my benchmark or code after running it on Gem5 using McPAT So i have run a simple code in c++; finding number of items in a list on gem5 and another code which is multiple matrix multiplications (like a neural net ) in c++ on gem5 , i obtained the statsf