[gem5-users] Gem5 hardware arrays

2021-01-11 Thread husin alhaj ahmade via gem5-users
"Gem5 already includes all key microarchitecture components which model hardware arrays on which faults of any duration and severity can be injected. [1 ]" " hardware arrays" What does that mean?

[gem5-users] Re: Modifying a disk image

2021-01-11 Thread husin alhaj ahmade via gem5-users
Hi, regard to Gem5, you *MUST *use the same disk image that you have created the checkpoint from. In order to accelerate the file transferring and perform execution, the best way (I use it) is to run Gem5 with *two* disk images. The second one, you can use it for moving files (during simulating

[gem5-users] Re: Gem5 hardware arrays

2021-01-25 Thread husin alhaj ahmade via gem5-users
Ok, thanks for the clarification. On Tue, Jan 26, 2021 at 12:58 AM Jason Lowe-Power wrote: > I believe that's referring to RAM generally (e.g., registers, caches, > DRAM, etc.) > > Cheers, > Jason > > On Mon, Jan 11, 2021 at 10:23 PM husin alhaj ahmade via gem5-users &l

[gem5-users] Remote GDB/cross GDB

2021-01-30 Thread husin alhaj ahmade via gem5-users
I need to debug a program that is being run on Gem5 (*NOT TO DEBUG GEM5 ITSELF*). For this goal, I was forced to use gdb remote. The code I want to debug was compiled using arm-linux cross compiler. In my host machine I installed all cross-tools required (gcc, g++ and gdb) to work with the ARM

[gem5-users] Re: Run gem5 in FS mode.

2021-02-25 Thread husin alhaj ahmade via gem5-users
Please, can you include the error message that appeared to you? On Thu, Feb 25, 2021 at 3:59 PM VAIDYA ROHINI VILAS via gem5-users < gem5-users@gem5.org> wrote: > Hello, > I want to run my own binary file in gem5 in fs mode. I am using following > command : > *"time

[gem5-users] Re: Run gem5 in FS mode.

2021-02-25 Thread husin alhaj ahmade via gem5-users
ommand > which is used for se mode but it gives error in FS mode. > please help me to add binary file to run gem5 in FS mode. > Thank you. > > -------------- > *From:* husin alhaj ahmade via gem5-users > *Sent:* 25 February 2021 21:49 > *To:* gem5 users mailing list

[gem5-users] Re: Gem5 in FS mode

2021-03-03 Thread husin alhaj ahmade via gem5-users
Your issue is not related to Gem5 ever. Try to mount the disk image of Linux and then copy your binaries to it, umount disk image and start the Gem5 simulation session. On Thu, Mar 4, 2021 at 9:08 AM VAIDYA ROHINI VILAS via gem5-users < gem5-users@gem5.org> wrote: > Hello, > I am trying to run

[gem5-users] Re: Error coming while running gem5 in fs mode

2021-02-22 Thread husin alhaj ahmade via gem5-users
The path to disk-image is not correct, try to remove file:// On Tue, 23 Feb 2021, 09:58 VAIDYA ROHINI VILAS via gem5-users, < gem5-users@gem5.org> wrote: > I am trying to run gem5 in FS mode. > > *build/ARM/gem5.opt configs/example/fs.py >