[gem5-dev] Any method to bypass ruby coherency check

2023-10-23 Thread sun2k23 via gem5-dev
Hi Everyone, I have tried ruby simple/garnet mesh network in my multi-core research project, the function is ok. In my project, i don't need the cache coherency protocol check to memories, but i need the mesh network. When i'm using the MI_example protocol, i found there are several cache

[gem5-dev] Issues when try to mount full-system image files

2023-12-21 Thread sun2k23 via gem5-dev
Hello, I'm trying to moving host files to full-system image files which is the ubuntu-18.04-arm64-docker.img, but encountered below error information in my linux terminal: $: mount: /mnt: wrong fs type, bad option, bad superblock on /dev/loop1, missing codepage or helper program, or other

[gem5-dev] Quick question about dis-gem5

2023-12-25 Thread sun2k23 via gem5-dev
Hello, I'm studying the dis-gem5 and would have one quick questions: is it feasible to use dis-gem5 with se mode, does anyone try this way? Thanks and best regards, Sun2k ___ gem5-dev mailing list -- gem5-dev@gem5.org To unsubscribe send an emai

[gem5-dev] failed to run ifconfig/ping command

2024-01-03 Thread sun2k23 via gem5-dev
Hi, I'm trying to boot arm linux using the gem5-v23.0.1.0 + arm64 architecture + binary and disk downloaded from the gem5 official website(GUESTED BINARIES->Arm FS binaries), the startup script is the simple_bootscript.rcS. i can boot the vmlinux succesfully, but encountered one issue when i

[gem5-dev] How to set the cache to use the write-through strategy

2024-01-19 Thread sun2k23 via gem5-dev
Hi, I would like to consult how to use write-through caching strategy in gem5. If it can’t be set, can you give me some suggestions to modify it to achieve it? Thank you. S2K___ gem5-dev mailing list -- gem5-dev@gem5.org To unsubscribe send an email

[gem5-dev] Possible to set different frequency for Garnet bus and CPU core

2024-04-07 Thread sun2k23 via gem5-dev
Hi All, I have a question regarding the frequency setting on GEM5 model. I am aiming to simulate CPU cores operating at a frequency of 500MHz, along with simulating a garnet mesh network operating at 250MHz. However, I am unsure about the appropriate configuration that would support this setup