[gem5-users] How to calculate CPU execution time from output of PARSEC benchmark in FS mode

2021-05-26 Thread VAIDYA ROHINI VILAS via gem5-users
Hello, I want to calculate CPU execution time for stream cluster algorithm in PARSEC benchmark. I have its output stats file. CPU execution time = (CPU clock cycle ) * (Clock cycle time) for CPU clock cycle I have taken count of sim_ticks in third region (please correct me if I am wrong) .

[gem5-users] Gem5 in FS mode

2021-05-13 Thread VAIDYA ROHINI VILAS via gem5-users
Hello, I want to run my own binary file in FS mode of gem5 . I am using following command : "time build/ALPHA_MESI_Two_Level/gem5.opt configs/example/fs.py --cpu-type=TimingSimpleCPU --kernel=/home/coep/gem5/alpha_fsi/binaries/vmlinux_2.6.27-gcc_4.3.4

[gem5-users] Error coming while running exe file in SE mode of gem5

2021-05-05 Thread VAIDYA ROHINI VILAS via gem5-users
Hello, Thank you for your reply. I did not get what is the error. But from last week I stuck over there only . Can you please be more specific about solution so that I can try it. Thank you in advance. ___ gem5-users mailing list -- gem5-users@gem5.org

[gem5-users] Error coming while running my own Executable file in SE mode of gem5

2021-05-04 Thread VAIDYA ROHINI VILAS via gem5-users
Hello, I am trying to run my own executable file in SE mode of gem 5. I copied my exe file at location test/test-progs/hello/bin/arm/linux . I am using command "build/ARM/gem5.opt ./configs/example/se.py -c ./tests/test-progs/hello/bin/arm/linux/myfile_name" Error coming is : " warn: No dot

[gem5-users] Error while installing gem 5

2021-04-19 Thread VAIDYA ROHINI VILAS via gem5-users
Hello , I am trying to download gem5 in my new system having ubuntu version 20.04 using "git clone https://github.com/gem5/gem5.git" . I also tried from official documentation of gem 5 but while building gem5 using command "scons build/ARM/gem5.opt -j5" i

[gem5-users] Gem5 in FS mode

2021-03-03 Thread VAIDYA ROHINI VILAS via gem5-users
Hello, I am trying to run Gem5 in FS mode. I want to run my own binary file in FS mode of gem5 For that,I think I need to mount disk image to my compiled binary file. I am not aware about how to mount the disk image to my compiled binary file. Will you please guide me regarding this.If there is

[gem5-users] Re: Disk image for FS

2021-03-02 Thread VAIDYA ROHINI VILAS via gem5-users
: Miguel Antonio Avargues GutiƩrrez via gem5-users Sent: 01 March 2021 01:33 To: VAIDYA ROHINI VILAS via gem5-users Cc: Miguel Antonio Avargues GutiƩrrez Subject: [gem5-users] Re: Disk image for FS Hi Vaidya. You have to mount the disk image that you are using for FS simulation

[gem5-users] Re: Disk image for FS

2021-02-28 Thread VAIDYA ROHINI VILAS via gem5-users
Hello, I want to run my own binary file in FS mode hoe to do that..Please help me i stuck at this point from a month..I just want to add binary file to work it in FS mode. Get Outlook for Android From: Hoa Nguyen via gem5-users Sent:

[gem5-users] Binary of python code

2021-02-26 Thread VAIDYA ROHINI VILAS via gem5-users
Hello, I want to create binary file for my own python code using cross compiler. How to create it. Please , provide any document/link which will help me to create binary of my own pyhton code. Thank you. ___ gem5-users mailing list --

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

2021-02-25 Thread VAIDYA ROHINI VILAS via gem5-users
e, 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 mailto: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 build/ALPHA_MESI_Two_L

[gem5-users] Runnig gem5 in FS mode

2021-02-25 Thread VAIDYA ROHINI VILAS via gem5-users
Hello, I want to run my own binary file in gem5 in fs mode. I am using following command : "time build/ALPHA_MESI_Two_Level/gem5.opt configs/example/fs.py --cpu-type=TimingSimpleCPU --kernel=/home/coep/gem5/alpha_fsi/binaries/vmlinux_2.6.27-gcc_4.3.4

[gem5-users] Re: Errors coming while running gem5 in full system mode

2021-02-25 Thread VAIDYA ROHINI VILAS via gem5-users
1/19/21, VAIDYA ROHINI VILAS via gem5-users wrote: > Hello, > i am trying to run my own c code in fs mode of gem5. > i am using command :"build/ARM/gem5.opt configs/example/fs.py > --disk-image=/home/coep/full_system_images/disks/arm-ubuntu-natty-headless.img > --kernel=/h

[gem5-users] Run gem5 in FS mode.

2021-02-25 Thread VAIDYA ROHINI VILAS via gem5-users
Hello, I want to run my own binary file in gem5 in fs mode. I am using following command : "time build/ALPHA_MESI_Two_Level/gem5.opt configs/example/fs.py --cpu-type=TimingSimpleCPU --kernel=/home/coep/gem5/alpha_fsi/binaries/vmlinux_2.6.27-gcc_4.3.4

[gem5-users] Error coming while running gem5 in FS mode

2021-02-23 Thread VAIDYA ROHINI VILAS via gem5-users
Hello, Respected sir, I am trying to run gem5 in FS mode by using command as "build/ARM/gem5.opt configs/example/fs.py --disk-image=/home/coep/gem5%202/full_system_images/aarch32-ubuntu-natty-headless.img --arm=/home/coep/gem5 2/full_system_images/vmlinux.arm.smp.fb.3.2/vmlinux.arm.smp.fb.3.2"

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

2021-02-23 Thread VAIDYA ROHINI VILAS via gem5-users
Hello, I am trying to run gem5 in fs mode by using command . build/ARM/gem5.opt configs/example/fs.py --disk-image=/home/coep/gem5 2/full_system_images/aarch64-ubuntu-trusty-headless.img Error coming is as follows : " Error: script doesn't take any positional arguments" As i am new to in linux

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

2021-02-22 Thread VAIDYA ROHINI VILAS via gem5-users
I am trying to run gem5 in FS mode. build/ARM/gem5.opt configs/example/fs.py --disk-image=file:///home/coep/gem5%202/full_system_images/aarch-system-201901106 --arm-image=/home/coep/gem5 2/full_system_images/aarch-system-201901106 Error coming is as follows : Usage: fs.py [options] fs.py:

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

2021-02-22 Thread VAIDYA ROHINI VILAS via gem5-users
Sir, please try to solve this error and also it will be great help for me if you could tell me the changes i should do to run my own c or python code in fs mode Get Outlook for Android From: VAIDYA ROHINI VILAS Sent: Monday, February 22,

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

2021-02-22 Thread VAIDYA ROHINI VILAS via gem5-users
Hello sir. Get Outlook for Android From: Giacomo Travaglini Sent: Monday, February 22, 2021 8:00:28 PM To: VAIDYA ROHINI VILAS ; gem5-users@gem5.org Subject: RE: Error coming while running in fs mode Hi Vaidya > -Original

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

2021-02-22 Thread VAIDYA ROHINI VILAS via gem5-users
Hello, I am trying to run gem5 in fs mode using command : "build/ARM/gem5.opt configs/example/fs.py --disk-image=file:///home/coep/gem5%202/full_system_images/aarch-system-201901106" error coming as follow : Traceback (most recent call last): File "", line 1, in File "/home/coep/gem5

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

2021-02-22 Thread VAIDYA ROHINI VILAS via gem5-users
I am trying to run gem5 in fs mode using command as "build/ARM/gem5.opt configs/example/fs.py --disk-image=/home/coep/gem5 2/aarch32-ubuntu-natty-headless.img --kernel=/home/coep/gem5 2/aarch-system-201901106" error coming as :Error: script doesn't take any positional arguments please help to

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

2021-02-22 Thread VAIDYA ROHINI VILAS via gem5-users
--cmd should be lower case. On Mon, Feb 22, 2021 at 1:17 AM VAIDYA ROHINI VILAS via gem5-users mailto:gem5-users@gem5.org>> wrote: I am trying to run gem5 in se mode by command " build/ARM/gem5.opt configs/example/se.py --cmd=tests/test-progs/hello/bin/ARM/linux/hello" error coming

[gem5-users] Error coming while running gem5 in se mode

2021-02-22 Thread VAIDYA ROHINI VILAS via gem5-users
I am trying to run gem5 in se mode by command " build/ARM/gem5.opt configs/example/se.py --cmd=tests/test-progs/hello/bin/ARM/linux/hello" error coming as "warn: DRAM device capacity (8192 Mbytes) does not match the address range assigned (512 Mbytes) fatal: Can't load object file

[gem5-users] Re: gem5 and non volatile memory

2021-02-16 Thread VAIDYA ROHINI VILAS via gem5-users
Hello, I am trying to run gem5 in full system mode for ARM system. for this from where should i download the ARM system images. I am using command as follows : " wget http ://www.m5sim.org/dist/current/arm/arm-system-2011.08.tar.bz2 " but,it is giving me error. please help me solve this error.

[gem5-users] Error coming while running GEM5 in FS mode

2021-01-20 Thread VAIDYA ROHINI VILAS via gem5-users
Hello, I am using this command "build/ARM/gem5.opt configs/example/fs.py --disk-image=/home/coep/full_system_images/disks/arm-ubuntu-natty-headless.img --kernel=/home/coep/gem5/full_systems_images/binaries " after executing this command i am getting error as : Aborted (core dumped) please

[gem5-users] Errors coming while running my own c code in fs mode of gem5

2021-01-20 Thread VAIDYA ROHINI VILAS via gem5-users
Hello, I am using this command "build/ARM/gem5.opt configs/example/fs.py --disk-image=/home/coep/full_system_images/disks/arm-ubuntu-natty-headless.img --kernel=/home/coep/gem5/full_systems_images/binaries " after executing this command i am getting error as : Aborted (core dumped) please help

[gem5-users] Errors coming while running gem5 in full system mode

2021-01-19 Thread VAIDYA ROHINI VILAS via gem5-users
Hello, i am trying to run my own c code in fs mode of gem5. i am using command :"build/ARM/gem5.opt configs/example/fs.py --disk-image=/home/coep/full_system_images/disks/arm-ubuntu-natty-headless.img --kernel=/home/coep/gem5/full_systems_images/binaries" error coming is : "IndentationError:

[gem5-users] Re: Errors coming while running gem5 in full system mode

2021-01-18 Thread VAIDYA ROHINI VILAS via gem5-users
i think i am doing mistake while adding kernel images. From: VAIDYA ROHINI VILAS via gem5-users Sent: 19 January 2021 12:06 To: gem5-users@gem5.org Cc: gem5-users-requ...@gem5.org ; gem5-users-boun...@gem5.org ; VAIDYA ROHINI VILAS Subject: [gem5-users

[gem5-users] Errors coming while running gem5 in full system mode

2021-01-18 Thread VAIDYA ROHINI VILAS via gem5-users
Hello, i am trying to build gem5 in full system mode using the command as follows : "build/ARM/gem5.opt configs/example/fs.py --disk-image=/home/coep/full_system_images/disks/arm-ubuntu-natty-headless.img --vmlinux.aarch32.ll_20131205.0-gem5=/home/coep/gem5" this command gives error as :

[gem5-users] Errors comming while runnig my own c code in full system mode

2021-01-18 Thread VAIDYA ROHINI VILAS via gem5-users
Hello , I am beginner to gem5 and i am trying to build my own c code in full system mode. i am using this command : build/ARM/gem5.opt configs/example/fs.py --disk-image=home/full_system_images/disks/arm-ubuntu.natty-headless.img and i am getting error as IOError: Can't find file