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 CHII 
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=ArmTimingSimpleCPUand 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



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

Reply via email to