Hi,

I have not run this script. But if you use gem5 with arm architecture, 
"configs/example/arm/starter_fs.py" is a better reference.




Yibo Zhang










-----Original Messages-----
From:"fly via gem5-users" <gem5-users@gem5.org>
Send time:Wednesday, 05/08/2024 18:58:49
To: gem5-users <gem5-users@gem5.org>
Cc: fly <2544080...@qq.com>
Subject: [gem5-users] question about the ARM/gem5.opt to run the fs.py with 
garnet




Hello everyone, When I ran the fs.py with X86/gem5.opt, it can work 
successfully. But if I ran the fs.py with ARM/gem5.opt, it appeared:
fatal: Mesh_XY not supported!
Error: could not create sytem for ruby protocol CHI
I think it's the difference in the protocols that causes the difference in 
results, but when I compile ARM/gem5.opt with the same protocol as X86, this 
problem persists.Here's the specific command line:
The successful command line with X86:
./build/X86/gem5.opt configs/deprecated/example/fs.py 
--kernel ./fs_images/x86_fs_images/vmlinux-5.4.49 
--disk ./fs_images/x86_fs_images/x86-ubuntu.img 
--ruby --network=garnet 
--num-cpus=16 --num-dirs=16 --num-l2caches=16 
--topology=Mesh_XY --mesh-rows=4

It can enter the fs model successfully.
The command line for simulating an existing problem with A is shown below:
./build/ARM/gem5.opt  configs/deprecated/example/fs.py 
--bootloader ./fs_images/binaries/boot.arm64 
--kernel ./fs_images/binaries/vmlinux.arm64 
--disk ./fs_images/disks/ubuntu-18.04-arm64-docker.img 
--ruby --network=garnet 
--num-cpus=16 --num-dirs=16 --num-l2caches=16 
--topology=Mesh_XY --mesh-rows=4 
--cpu-type=ArmTimingSimpleCPU
and the error is:fatal: Mesh_XY not supported!
Error: could not create sytem for ruby protocol CHI
I would like to ask everyone, what can I do to address this problem? Thank you 
very much for your help.
|
|
fly
2544080...@qq.com
|
 










Best wishes!
_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org

Reply via email to