[gem5-users] statistics on gem5

2021-05-06 Thread FARIDEH ZIAEE via gem5-users
execution time on these equations ? or How can I compute CPI and instruction or cpu clock cycles ,If I don't value of execution time? // On 5/6/21 10:47 AM, FARIDEH ZIAEE via gem5-users wrote: > Hi, >

[gem5-users] Re: gem5-users Digest, Vol 178, Issue 10

2021-05-06 Thread FARIDEH ZIAEE via gem5-users
2649 bytes > Desc: not available > > -- > > Message: 3 > Date: Thu, 6 May 2021 12:02:45 +0200 > From: Arthur Perais > Subject: [gem5-users] Re: statistics on gem5 > To: gem5-users@gem5.org > Message-ID: > <31cf9342-4281-ab3f-e1f0-cb7

[gem5-users] statistics on gem5

2021-05-06 Thread FARIDEH ZIAEE via gem5-users
Hi, I have the following questions about simulation statistics: final_tick 9724380737064 host_inst_rate79246 host_mem_usage 1185244 host_op_rate 87406 host_seconds 68211.69 host_tick_rate129205119 sim_freq 1 sim_insts54

[gem5-users] Re: Run spec cpu 2006 on gem5

2020-12-22 Thread FARIDEH ZIAEE via gem5-users
't think 4 cores make sense with spec cpu 2006 > benchmarks as they are single threaded workloads (obviously it also depends > on what are you trying to study). > > For the last question, if I use sript file for running bzip2 on >> gem5-fullsystem the following command, is

[gem5-users] Re: Run spec cpu 2006 on gem5

2020-12-20 Thread FARIDEH ZIAEE via gem5-users
Hi Thanks. According to the SPEC website, I built and ran "spec cpu 2006" for "ref and test input" by useing cross-compiling and qemu to chroot to an arm linux image then I have traid to run "spec cpu 2006" on gem5-fullsystem-arm. and you said "As far as I remember bzip binary inside run fo

[gem5-users] Run spec cpu 2006 on gem5

2020-12-16 Thread FARIDEH ZIAEE via gem5-users
Hi , As follows, I used these commands to run without a script file, and after running, I saw "Tested 64MB buffer: OK!" . Are these commands correct? Do I just have to run this command "./bzip2_base.gcc43-64bit " to running spec After booting the system on gem5 and going to the directory of spe

[gem5-users] Run spec cpu 2006 on gem5

2020-12-16 Thread FARIDEH ZIAEE via gem5-users
Hi , As follows, I used these commands to run without a script file, and after running, I saw "Tested 64MB buffer: OK!" . Are these commands correct? Do I just have to run this command "./bzip2_base.gcc43-64bit " to running spec After booting the system on gem5 and going to the directory of spe

[gem5-users] Error running program and dvfs on mcpat

2020-08-18 Thread FARIDEH ZIAEE via gem5-users
Hi, I could use Gem5ToMcPAT-Parser.py and template.xml and output-gem5 for generate input-mcpat and run it on mcpat and calculate power. but I have some questions about mcpat and gem5 when running aprogram or dvfs on gem5: 1: How can I convert output gem5(stast.txt) to input mcpat(template.xml

[gem5-users] Re: gem5-users Digest, Vol 169, Issue 39

2020-08-18 Thread FARIDEH ZIAEE via gem5-users
ic power + total > leakage. > > Best, > Andreas > > On Sun, Aug 16, 2020 at 11:23 PM FARIDEH ZIAEE via gem5-users < > gem5-users@gem5.org> wrote: > > > Hi, > > > > According to the mcpat paper, it calculates power with this Equation: > > >

[gem5-users] Fwd: How calculate power in mcpat

2020-08-16 Thread FARIDEH ZIAEE via gem5-users
Hi, According to the mcpat paper, it calculates power with this Equation: total power= dynamic power + short-circuit power + leakage power when I ran mcpat , I couldn't understand which of paramets are dynamic , short-circuit and static(leakage) power in output-imcpat . Could someone guide

[gem5-users] How calculate power in mcpat

2020-08-16 Thread FARIDEH ZIAEE via gem5-users
Hi, According to the mcpat paper, it calculates power with this Equation: total power= dynamic power + short-circuit power + leakage power when I ran mcpat , I couldn't understand which of paramets are dynamic , short-circuit and static(leakage) power in output-imcpat . Could someone guide

[gem5-users] Calculate power with mcpat

2020-08-16 Thread FARIDEH ZIAEE via gem5-users
Hi, According to the mcpat paper, it calculates power with this Equation(paper is attached in Appendix): [image: image.png] when I ran mcpat , I couldn't understand which of paramets are dynamic , short-circuit and static(leakage) power in output-imcpat . Could someone guide me which param

[gem5-users] How run dvfs with mcpat

2020-08-04 Thread FARIDEH ZIAEE via gem5-users
Hi, I am performing ARM full system simulation to test DVFS, according to this site "http://www.m5sim.org/Running_gem5#Experimenting_with_DVFS"; and I am using gem5+MCPAT for calculating power. but I have some questions: 1) I could run mcpat without dvfs but I don't know how to use output mcpa

[gem5-users] compute power and performance

2020-07-25 Thread FARIDEH ZIAEE via gem5-users
Hi All, In my project , I need to compute power and performance from output of gem5 with dvfs. How can I do them or which tools can I use for them? ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.

[gem5-users] how to run dvfs on fs-gem5

2020-05-22 Thread FARIDEH ZIAEE via gem5-users
Hi, I'm working on gem5 . my question1) I could run mcpat but I didn't know how to compute power and performance from result my question2) I need to run DVFS on full-system-arm . I fount this site" http://www.m5sim.org/Running_gem5"and this paprer"Introducing DVFS-Management in a Full-System Simul

[gem5-users] DVFS-GEm5

2020-05-20 Thread FARIDEH ZIAEE via gem5-users
Hi, I'm working on gem5 . my question1) I could run mcpat but I didn't know how to compute power and performance from result my question2) I need to run DVFS on full-system-arm . I fount this site" http://www.m5sim.org/Running_gem5"and this paprer"Introducing DVFS-Management in a Full-System Simu

[gem5-users] ERROR-MCPAT

2020-04-22 Thread FARIDEH ZIAEE via gem5-users
Hi I ran this command on gem5: root@farideh-S551LN:/home/farideh/gem5# ./build/ARM/gem5.opt configs/example/fs.py --disk-image=/home/farideh/full-system-img/disks/aarch32-ubuntu-natty-headless.img --kernel=/home/farideh/dist/binaries/vmlinux.aarch32.ll_20131205.0-gem5 --dtb=/home/farideh/dist/bina

[gem5-users] how to Run spec cpu 2006 on gem5-Fs

2020-03-02 Thread FARIDEH ZIAEE
Hi, I need to run spec cpu 2006 on gem5-Fs mode but I don't know how to run it. also ,according to site"" https://yulistic.gitlab.io/2016/05/gem5-make-a-new-boot-image/""; I make a new boot image : d if=/dev/zero of=ubuntu.img bs=1M count=12288 ls -alh fdisk -l ubuntu.img sudo fdisk u

[gem5-users] how to Run spec cpu 2066 on gem5-Fs

2020-03-02 Thread FARIDEH ZIAEE
Hi, I need to run spec cpu 2006 on gem5-Fs mode but I don't know how to run it. also ,according to site"" https://yulistic.gitlab.io/2016/05/gem5-make-a-new-boot-image/""; I make a new boot image : d if=/dev/zero of=ubuntu.img bs=1M count=12288 ls -alh fdisk -l ubuntu.img sudo fdisk u

Re: [gem5-users] Gem5-aging-benchmark

2020-01-07 Thread FARIDEH ZIAEE
On Tue, Jan 7, 2020 at 9:04 PM FARIDEH ZIAEE wrote: > Hi > > I am working on gem5, until now I ran ARM Full-system And Mcpat. In the > following my project, I need to compute aging for ARM-Fullsystem.I > interest to use your framework for computing aging ARm-fullsysytem on &g

[gem5-users] Gem5-aging-benchmark

2020-01-07 Thread FARIDEH ZIAEE
Hi I am working on gem5, until now I ran ARM Full-system And Mcpat. In the following my project, I need to compute aging for ARM-Fullsystem.I interest to use your framework for computing aging ARm-fullsysytem on gem5. How can I use your framework for my project? and I read paper about comput

[gem5-users] Gem5- ARM-fullsystem faild

2019-07-02 Thread FARIDEH ZIAEE
Hi I sued ubuntu 18.04 with gcc 7.04 and python 2,7,15 and protobuf 3 and swig 3,0,12.when I run ARM-fullsystem, I have problem: my setting for fullsytem is: 1. sudo su 2. mkdir fullsystem 3. cd fullsystem 4. wget http://www.gem5.org/dist/current/arm/

[gem5-users] running ARM- fullsystem on gem5

2019-06-03 Thread FARIDEH ZIAEE
I am trying to run ARM-full_system on gem5.when I enter this command for Performance : {root@farideh-S551LN:/home/farideh/gem5# ./build/ARM/gem5.opt configs/example/arm/starter_fs.py --cpu="minor" --num-cores=1 --disk-image=/home/farideh/Downloads/fullsystem/disks/linaro-minimal-aarch64.img --kerne

[gem5-users] How to run DVFS on gem5

2019-05-21 Thread FARIDEH ZIAEE
I ran the Gem5 and could run ARM and full-system on gem5 but now I need to run DVFS on gem5 but I don't do it and looking sites for example: 1.http://www.gem5.org/docs/html/classDVFSHandler.html 2.http://www.gem5.org/Running_gem5#Experimenting_with_DVFS but I don't understand and I don't know how t