[gem5-users] Implementing Way-Prediction on GEM5

2021-04-20 Thread Tanner Lee Bryant via gem5-users
Hello, My team and I are trying to implement cache Way-Prediction in GEM5 for a project, but are struggling with where to start. Any tips would be greatly appreciated. Thank you, -- *Tanner Bryant* *University of Arizona* tann...@email.arizona.edu (520) 370-6426

[gem5-users] How to debug a program in GEM5 FS mode.

2021-04-20 Thread Liyichao via gem5-users
Hi All: I am currently debugging a program with an SVE instruction in the FS mode of GEM5. However, a segment error occurs in the program. Therefore, I want to locate which instruction is causing the error and check the contents of the register of the error instruction. What are the

[gem5-users] Re: ARM and opening a file

2021-04-20 Thread Gabe Black via gem5-users
If this works on x86, the chances are good that the system call implementations are fine since they're likely the same between the two, but there could be some glue (flag translation, which system calls that are hooked up) which is different. You should try enabling the system call DPRINTF flags

[gem5-users] Re: ARM and opening a file

2021-04-20 Thread Bobby Bruce via gem5-users
Hey Majid, Are you running in FS or SE mode? If you're running in SE mode, I don't find this too surprising as not all System calls are currently supported. Kind regards, Bobby -- Dr. Bobby R. Bruce Room 2235, Kemper Hall, UC Davis Davis, CA, 95616 web: https://www.bobbybruce.net On Wed, Apr

[gem5-users] Re: Error while installing gem 5

2021-04-20 Thread ahmad sedigh via gem5-users
You have to wait till process finishes. Also you can drop the -j 5 then wait. Building multicore makes system stalling but finishes eventually. On Tue, 20 Apr 2021, 11:22 Hoa Nguyen via gem5-users, wrote: > Hi, > > This discussion >

[gem5-users] Re: Error while installing gem 5

2021-04-20 Thread Giacomo Travaglini via gem5-users
I believe it just takes a lot of time (I have been noticing the same). Could you try to wait for completion? Kind Regards Giacomo > -Original Message- > From: VAIDYA ROHINI VILAS via gem5-users > Sent: 20 April 2021 06:32 > To: gem5 users mailing list > Cc: VAIDYA ROHINI VILAS >

[gem5-users] Re: Error while installing gem 5

2021-04-20 Thread Hoa Nguyen via gem5-users
Hi, This discussion (https://www.mail-archive.com/gem5-users@gem5.org/msg19294.html) might have the information to make compiling process faster. Regards, Hoa Nguyen On 4/19/21, VAIDYA ROHINI VILAS via gem5-users wrote: > Hi, > No error message is there. > process just stops at [ LINK ]