[gem5-users] some error in IDE CONTROLLER when I change the virtioblk to pci ide controller in fs_bigLITTLE.py

2020-11-30 Thread Liyichao via gem5-users
Hi all: When I change the virtioblk to ide in fs_bigLITTLE.py, and in KVM mode I setup a ceph with 3 blank disks, and when I write to these disks, some kernel message will show: [ 428.264131] ata1.01: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen [ 428.265631] ata1.01:

[gem5-users] Re: Garnet network stats

2020-11-30 Thread Bharadwaj, Srikant via gem5-users
Hi Daecheol, How long are you running the garnet synthetic traffic simulations? Make sure there are enough cycles of Garnet simulation running for the messages to be inserted. Are you enabling Garnet by using --network=garnet ? Thanks, Srikant From: Daecheol You via gem5-users Sent:

[gem5-users] 答复: Re: Looking for Linux disk image for 64-bit ARM with Ubuntu 18.04 or GLIBC 2.27

2020-11-30 Thread Liyichao via gem5-users
Hi: I download the img you mentioned, when I mount it on /media,it's wrong: root@ubuntu:/home/l00515693/fs-image_fx/disks# mount -o loop,offset=32256 /home/l00515693/fs-image_fx/disks/ubuntu-18.04-arm64-docker.img /media/ mount: /media: wrong fs type, bad option, bad superblock

[gem5-users] Re: DRRIP implementation

2020-11-30 Thread John H via gem5-users
Hi Daniel Thanks for the reply. I just wanted to know what is the equivalent of ReplacementCandidate in the new gem5 in base.hh? I saw that it is defined as a struct in the base.hh of the previous version. Thanks John On Sun, Nov 22, 2020 at 5:41 AM Daniel Carvalho wrote: > Hello, John, > >

[gem5-users] Registering TLB to System.l2 prefetcher

2020-11-30 Thread Rayaroth Kunnummal, Rejith via gem5-users
Hi, I am looking for some help to enable the TLB for the system.l2 prefetcher. I see that we can register the TLB for dcache and icache by modifying the CacheConfig.py as below. icache.prefetcher = hwpClass() icache.registerTLB(system.cpu[i].itb) dcache.prefetcher = hwpClass()

[gem5-users] Re: Looking for Linux disk image for 64-bit ARM with Ubuntu 18.04 or GLIBC 2.27

2020-11-30 Thread Giacomo Travaglini via gem5-users
Hi Jiwon We recently uploaded a prebuilt Ubuntu18.04 on gem5.org: http://dist.gem5.org/dist/current/arm/disks/ubuntu-18.04-arm64-docker.img.bz2 Kind Regards Giacomo > -Original Message- > From: Choe, Jiwon via gem5-users > Sent: 29 November 2020 04:42 > To: gem5 users mailing list >