[gem5-users] Running ARM bigLittle.py in FS

2024-01-26 Thread Diamantis Patsidis via gem5-users
Hello, I am new to gem5 and just following the official tutorial at https://www.gem5.org/documentation/learning_gem5/part1/extending_configs . The tutorial mentions to run bigLittle in FS mode with: ./build/ARM/gem5.opt configs/example/arm/fs_bigLITTLE.py \ --caches \

[gem5-users] Hybrid memory with HeteroMemCtrl

2024-01-26 Thread Camélia Slimani via gem5-users
Hi all, I am trying to create a system with a hybrid memory using the heteroMemCtrl with 1MB DRAM and 9MB NVM but i am facing the following error : ``` src/sim/mem_pool.cc:120: fatal: fatal condition freePages() <= 0 occurred: Out of memory, please increase size of physical memory. I found