Re: [gem5-users] HMC Simulation Error(HMC_2500_1x32)

2017-09-18 Thread Sneha Ved
Hi, I was wondering if the reported problem is resolved. I pulled from the git repo today and the issue still exists in my version. Any pointers to how can I fix this. Thank you, Best Regards, Sneha N Ved ___ gem5-users mailing list gem5-users@gem5

[gem5-users] Functional models for the ALU

2017-09-11 Thread Sneha Ved
Hi, I am looking for the functional models of the ALU units. Can you please help me with where should I start looking from. Thank you. Best Regards, Sneha N Ved ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo

[gem5-users] Modify the adder algorithm : Need the location of where the adder code is written.

2017-09-07 Thread Sneha Ved
you. Best Regards, Sneha N Ved ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Re: [gem5-users] Unable to build the latest version of Gem5 on CentOS

2017-09-07 Thread Sneha Ved
tion. Gem5 should, then, build seamlessly. Hope this helps. Best Regards, Sneha N Ved ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Re: [gem5-users] Unable to build the latest version of Gem5 on CentOS

2017-09-07 Thread Sneha
To build Gem5 on CentOS, you need to set the PATH variable to pick python 2.7 instead of 2.6, which is a default. The PATH variable can be set using the following command: export PATH="/usr/local/python2.7/bin:$PATH" You will have to confirm is your python2.7 is in the specified location. Gem

[gem5-users] Floating Point exception when changing the address mapping scheme

2017-07-15 Thread Sneha Ved
Hi, When I change the address mapping scheme for gem5+ARM from RoRaBaChCo to RoRaBaCoCh, the simulation aborts with a floating point exception. Why should this be the case when the simulation runs to completion in RoRaBaChCo? Thank you. Best Regards, Sneha N Ved

[gem5-users] Unable to build the latest version of Gem5 on CentOS

2017-07-11 Thread Sneha Ved
CheckExact' was not declared in this scope bool check() const { return m_ptr != nullptr && (bool) CheckFun(m_ptr); } I have built and used earlier versions of Gem5 on this machine. Can you please help me figure out what could be amiss here. Thank you

Re: [gem5-users] DRAM statistics are zeroes in stats.txt

2017-06-23 Thread Sneha Ved
I am using DeriveO3 CPU model for the simulations. Best Regards, Sneha N Ved ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

[gem5-users] DRAM statistics are zeroes in stats.txt

2017-06-22 Thread Sneha Ved
pointers as to why this would be the case. I have attached the rcS script I am running for reference here. Thank you. Best Regards, Sneha N Ved adobe.rcS Description: Binary data ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin

[gem5-users] Simulating GEM5+ARM for >2GB RAM

2017-05-30 Thread Sneha Ved
rms doesn't support the amount of DRAM you've selected. Please try another platform Can you please guide me through how simulation of ARM on GEM5 can be done for bigger DRAM? Thank you. Best Regards, Sneha N Ved ___ gem5-users mailing list gem5-u

[gem5-users] ASIMBench on Gem5

2017-04-28 Thread Sneha Ved
--l1i_assoc=4 --kernel=/home/sneha/Desktop/Memories/fullsystem_mofysim/binaries/vmlinux-3.14-android-interactive --disk-image=/home/sneha/Desktop/Memories/fullsystem_mofysim/disks/android_4.2.2_arm.img --dtb-filename=/home/sneha/Desktop/Memories/fullsystem_mofysim/binaries/vexpress-v2p-ca15-tc1

[gem5-users] Asimbench on Gem5 , ARM

2017-03-28 Thread Sneha Ved
-size=2048MB --machine-type=VExpress_EMM --dtb-filename=/home/sneha/Desktop/Memories/fullsystem_mofysim/vexpress-v2p-ca15-tc1-gem5_dvfs_4cpus.dtb --kernel=/home/sneha/Desktop/Memories/gem5-nvmain-hybrid-simulator-master/asimbench/kernel/vmlinux.smp.ics.arm.asimbench.2.6.35 --disk-image=/home/s

[gem5-users] SegFault when running Splash on X86

2017-03-27 Thread Sneha Ved
simulated X86. When I try to run GEM5 with this binary, I see the following error after which the simulation terminates. Can you please help. Running FFT now... FFT[799]: segfault at 00814850 rip 00420733 rsp 7fffef6632f8 error 6 Segmentation fault Thank you. Best Regards, Sneha N

[gem5-users] Full system simulation of PARSEC on X86

2017-03-27 Thread Sneha Ved
4eaa2a86a8e2da22 ]--- I am not sure if this is right. Can someone please hlep. Thank you. Best Regards, Sneha N Ved ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

[gem5-users] Full system PARSEC simulation with multiple cores in ALPHA

2017-03-27 Thread Sneha Ved
Thank you. Best Regards, Sneha N Ved ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

[gem5-users] Trying to read the data sent on links

2017-03-21 Thread Sneha Ved
Hi, I want to read the data that is sent on links between the routers as packets/messages. Is there a way where I can set probes to extract the data/flits sent? Thank you. Best Regards, Sneha N Ved ___ gem5-users mailing list gem5-users@gem5.org http

[gem5-users] Using non-interleaved memory

2017-03-20 Thread Sneha Ved
Hi, I am trying to use memory in a non-interleaved manner. I set the bit indicating that in Memcofig.py. However, I keep getting memory conflicts. Am I missing something? Thank you. Best Regards, Sneha N Ved ___ gem5-users mailing list gem5-users@gem5

[gem5-users] subject:"Re\: \[gem5\-users\] Problem to run Asimbench"

2017-03-04 Thread Sneha Ved
0) at com.android.internal.os.RuntimeInit.finishInit(Native Method) at com.android.internal.os.RuntimeInit.main(RuntimeInit.java:238) at dalvik.system.NativeStart.main(Native Method) How long is it advisable to wait after the android has booted and shell set up before I execute the commands? Best Regards, Sn

Re: [gem5-users] gem5-users Digest, Vol 127, Issue 25

2017-02-26 Thread Sneha Ved
Thanks a lot, Jason. I tried using SystemXBar() but the error s still there. I can share my GEM5 installation on which I am trying to configure ASIM with you, if that helps better. Best Regards, Sneha N Ved On Sat, Feb 25, 2017 at 10:30 PM, wrote: > Send gem5-users mailing list submissi

[gem5-users] Running ASIM on Gem5 + Android

2017-02-25 Thread Sneha Ved
Hi, I am trying to run ASIM on GEM5 and I keep getting the following error. command line: ./build/ARM/gem5.opt configs/example/fs.py -b bbench-ics --kernel=/home/sneha/Desktop/Simulators/gem5/asimbench/asimbench_android_arm_kernel/vmlinux.smp.ics.arm.asimbench.2.6.35 --disk-image=/home/sneha