Hi Ujjwal, You may want to start with http://learning.gem5.org/.
Cheers, Jason On Fri, Mar 2, 2018 at 9:01 PM ujjwal arora <[email protected]> wrote: > Hi all, > > I am still new to gem5 and was wondering if there were any notes on > execution heirarchy of gem5, similar to the one in gpgpusim. > > http://people.cs.pitt.edu/~yongli/notes/gpgpu/GPGPUSIMNotes. > <http://people.cs.pitt.edu/~yongli/notes/gpgpu/GPGPUSIMNotes.html> > > If not, anything which could help me jumpstart my projects which require > source code modification would be great. > > Thanks and regards, > > Ujjwal > > On Fri, 2 Mar 2018 at 12:00, <[email protected]> wrote: > >> Send gem5-users mailing list submissions to >> [email protected] >> >> To subscribe or unsubscribe via the World Wide Web, visit >> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >> or, via email, send a message with subject or body 'help' to >> [email protected] >> >> You can reach the person managing the list at >> [email protected] >> >> When replying, please edit your Subject line so it is more specific >> than "Re: Contents of gem5-users digest..." >> >> >> Today's Topics: >> >> 1. Re: Errors building on Ubuntu 17.10 (SHARJEEL KHILJI) >> 2. Re: Question about gem5 (TungHoang_GMail) >> 3. Network latency in dist-gem5 (=?gb18030?B?wfXOxL3c?=) >> 4. Re: Network latency in dist-gem5 (Mohammad Alian) >> 5. Re: How to simulate Bus topology in gem5 (Midhun P) >> 6. Gem5 full system simulation on ARM (Sahana Prasad) >> 7. Re: Gem5 full system simulation on ARM (Ciro Santilli) >> 8. Re: Gem5 full system simulation on ARM (Sahana Prasad) >> 9. Re: Gem5 full system simulation on ARM (Sahana Prasad) >> 10. Re: Gem5 full system simulation on ARM (Ciro Santilli) >> 11. GARNET with ARM (Sahana Prasad) >> 12. Cores with various cache configuratins (Ayobami Edun) >> >> >> ---------------------------------------------------------------------- >> >> Message: 1 >> Date: Fri, 2 Mar 2018 02:00:58 +0500 >> From: SHARJEEL KHILJI <[email protected]> >> To: gem5 users mailing list <[email protected]> >> Subject: Re: [gem5-users] Errors building on Ubuntu 17.10 >> Message-ID: >> <CAEMrRtze4r-pOPcN2D= >> [email protected]> >> Content-Type: text/plain; charset="utf-8" >> >> Hi to all in this discussion, >> >> I wanted to add some points to the discussion above regarding ARM+ RUBY. I >> have been working with ARM +RUBY and I have simulated 2x2/ 4x4 Mesh_XY NoC >> with MESI_Two_Level protocol. This protocol works fine with ARM in full >> system mode. But originally MESI_Two_Level lacked the multiple DMA >> controllers support. I added this support to make it working. Also ARM >> works fine with DerivO3CPU model but size of L2 has to be at least 2MB to >> get it working otherwise there is deadlock problem. Hope this helps. >> >> regards, >> Muhammad >> >> >> >> On 26 February 2018 at 22:36, Jason Lowe-Power <[email protected]> >> wrote: >> >> > Hi Paul, >> > >> > It's in my brain, why don't other know this automatically ;). >> > >> > ARM works well with all of the CPU models and the classic caches. There >> > are limited cases where ARM works with Ruby. To find out what ARM+Ruby >> is >> > supported I would look back through the commit log to see which >> protocols >> > have been updated. I think MESI_Two_level is the one that's tested (see >> > build_opts/ARM). >> > >> > x86 works well with O3, and can sometimes work with the in order >> (minor). >> > Minor was originally written with only ARM in mind, but I think x86 >> mostly >> > works. x86 works well with all Ruby protocols and with the classic >> caches. >> > >> > If you apply the right patches (see gem5-review.googlesource.com) >> x86+KVM >> > works well with the classic caches. There were recent patches to get >> > x86+KVM+Ruby to work. I haven't tested them, but I have no reason to >> think >> > it won't work. >> > >> > My opinion is that it doesn't make sense to do architecture research >> with >> > the other ISAs (just my personal opinion!). I think this is shared by >> > others because only x86 and ARM have consistent contributions. Take >> that as >> > you will. >> > >> > Also, I have been using full-system mode exclusively for that past 4 >> years >> > or so. I'm not sure what the state of SE mode is. I know x86+SE mode is >> > pretty well supported, especially if you're on a Linux host (well, >> except >> > Ubuntu 17.10+). My opinion is that SE mode is good for testing little >> > things, but serious research simulations should use FS mode (again, >> just my >> > opinion). >> > >> > Hopefully this provides some guidance. >> > >> > Cheers, >> > Jason >> > >> > >> > On Sat, Feb 24, 2018 at 1:33 AM Paul V. Gratz <[email protected]> >> wrote: >> > >> >> Hi Jason, >> >> Hmm, do you have a sense for which (just a small subset is fine) >> >> combinations are a good idea to run and/or which aren't :-). >> >> Paul >> >> >> >> On Fri, Feb 23, 2018 at 5:09 PM, Jason Lowe-Power <[email protected] >> > >> >> wrote: >> >> >> >>> Hi Paul, >> >>> >> >>> Yeah, the status matrix is very out of date. I would like to see it >> >>> automatically updated by our regression tests / continuous integration >> >>> tests. However, those are also wildly out of date. >> >>> >> >>> It would be *fabulous* if someone had time / money / energy to revamp >> >>> our testing infrastructure and get some of these things up to date. >> There >> >>> was some work last summer in re-writing the regression tester that was >> >>> never finished, Gabe has done some great work getting the unittests >> working >> >>> again, and I know that internally AMD and ARM have tests that run. >> It's >> >>> unfortunate that it's not a priority for me :/. This is what I feel >> most >> >>> guilty about ;). >> >>> >> >>> @EVERYONE: >> >>> If you know of anyone (junior grad students, masters students, >> motivated >> >>> undergrads, anyone who wants to contribute to an open source project, >> etc.) >> >>> who would be up for working on this, I'm happy to help advise! This >> isn't a >> >>> *hard* project. It will just take some time and effort. This would >> have >> >>> very significant impact on this project. I can't think of anything >> that >> >>> would have a broader impact! >> >>> >> >>> Cheers, >> >>> Jason >> >>> >> >>> On Fri, Feb 23, 2018 at 4:15 AM Paul V. Gratz <[email protected]> >> wrote: >> >>> >> >>>> Hey Jason, >> >>>> Sure no problem, my guess is that the uninitialized warning/error is >> >>>> ARM specific (its in some neon memory file) so maybe that's why it >> fell >> >>>> through? BTW, on a similar note, I see that the gem5 status matrix ( >> >>>> http://gem5.org/Status_Matrix) hasn't been updated in a number of >> >>>> years, is that matrix still valid? If not is there a good source >> for that >> >>>> kind of info (or have the various combos become generally more >> supported?). >> >>>> >> >>>> How is your first year at UCD going! Are you going to be at HPCA >> this >> >>>> year? Incidentally, I ran across your learning gem5 site and have >> been >> >>>> working through it, thanks for that site, its great! >> >>>> Paul >> >>>> >> >>>> >> >>>> On Thu, Feb 22, 2018 at 4:16 PM, Jason Lowe-Power < >> [email protected]> >> >>>> wrote: >> >>>> >> >>>>> Hi Paul, >> >>>>> >> >>>>> Thanks for letting us know. There's currently a patch on our review >> >>>>> site that solves the implicit fallthrough problem ( >> >>>>> https://gem5-review.googlesource.com/c/public/gem5/+/8541). I >> haven't >> >>>>> seen the uninitialized warning, though. >> >>>>> >> >>>>> Cheers, >> >>>>> Jason >> >>>>> >> >>>>> ----------- >> >>>>> Jason Lowe-Power >> >>>>> Assistant Professor, Computer Science Department >> >>>>> University of California, Davis >> >>>>> 3049 Kemper Hall >> >>>>> https://faculty.engineering.ucdavis.edu/lowepower/ >> >>>>> >> >>>>> >> >>>>> On Thu, Feb 22, 2018 at 5:56 AM Paul V. Gratz <[email protected]> >> >>>>> wrote: >> >>>>> >> >>>>>> Hi All, >> >>>>>> I just did a clean clone of the latest github on my Ubuntu 17.10 >> >>>>>> system (gcc 7.2.0). In this setup builds fail due to two warnings >> (because >> >>>>>> -Werror is on in the build scripts). >> >>>>>> >> >>>>>> First in decode-method.cc.inc there are some case statements that >> >>>>>> have fallthrough conditions. To get around this I added: >> >>>>>> >> >>>>>> main.Append(CXXFLAGS=['-Wno-implicit-fallthrough']) >> >>>>>> >> >>>>>> to the SConstruct file (is this the right way to do this?). >> >>>>>> >> >>>>>> Second, in neon64_mem.hh there are some potentially uninitialized >> >>>>>> variables. To get around this I added maybe-uninitialized to the >> CCFLAGS: >> >>>>>> main.Append(CCFLAGS=['-Werror', >> >>>>>> '-Wno-error=deprecated-declarations', >> >>>>>> '-Wno-error=deprecated', >> >>>>>> '-Wno-error=maybe-uninitialized', >> >>>>>> ]) >> >>>>>> >> >>>>>> After this the build completes cleanly. Probably those warnings >> >>>>>> should be fixed in the source code directly but I am not yet well >> versed >> >>>>>> enough in how gem5 works to do that yet. I'm guessing that these >> warnings >> >>>>>> are new with my gcc version is why I don't see anyone posting on >> here about >> >>>>>> them yet.. >> >>>>>> Paul >> >>>>>> >> >>>>>> >> >>>>>> -- >> >>>>>> ----------------------------------------- >> >>>>>> Paul V. Gratz >> >>>>>> Associate Professor >> >>>>>> ECE Dept, Texas A&M University >> >>>>>> Office: 333M WERC >> >>>>>> Phone: 979-488-4551 <(979)%20488-4551> <(979)%20488-4551> >> >>>>>> http://cesg.tamu.edu/faculty/paul-gratz/ >> >>>>>> _______________________________________________ >> >>>>>> gem5-users mailing list >> >>>>>> [email protected] >> >>>>>> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >> >>>>> >> >>>>> >> >>>>> _______________________________________________ >> >>>>> gem5-users mailing list >> >>>>> [email protected] >> >>>>> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >> >>>>> >> >>>> >> >>>> >> >>>> >> >>>> -- >> >>>> ----------------------------------------- >> >>>> Paul V. Gratz >> >>>> Associate Professor >> >>>> ECE Dept, Texas A&M University >> >>>> Office: 333M WERC >> >>>> Phone: 979-488-4551 <(979)%20488-4551> <(979)%20488-4551> >> >>>> http://cesg.tamu.edu/faculty/paul-gratz/ >> >>>> _______________________________________________ >> >>>> gem5-users mailing list >> >>>> [email protected] >> >>>> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >> >>> >> >>> >> >>> _______________________________________________ >> >>> gem5-users mailing list >> >>> [email protected] >> >>> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >> >>> >> >> >> >> >> >> >> >> -- >> >> ----------------------------------------- >> >> Paul V. Gratz >> >> Associate Professor >> >> ECE Dept, Texas A&M University >> >> Office: 333M WERC >> >> Phone: 979-488-4551 <(979)%20488-4551> <(979)%20488-4551> >> >> http://cesg.tamu.edu/faculty/paul-gratz/ >> >> _______________________________________________ >> >> gem5-users mailing list >> >> [email protected] >> >> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >> > >> > >> > _______________________________________________ >> > gem5-users mailing list >> > [email protected] >> > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >> > >> -------------- next part -------------- >> An HTML attachment was scrubbed... >> URL: < >> http://m5sim.org/cgi-bin/mailman/private/gem5-users/attachments/20180302/19d148fd/attachment-0001.html >> > >> >> ------------------------------ >> >> Message: 2 >> Date: Thu, 1 Mar 2018 13:36:59 -0800 >> From: TungHoang_GMail <[email protected]> >> To: gem5 users mailing list <[email protected]>, 김성규 >> <[email protected]> >> Subject: Re: [gem5-users] Question about gem5 >> Message-ID: <[email protected]> >> Content-Type: text/plain; charset="utf-8"; Format="flowed" >> >> You can define number of controller via " --mem-channels-<#>" option of >> se/fs.py script. If you deep dive se/fs.py script then you can see they >> both call configs/common/MemConfig.py class. If you look into config_mem >> method then you can see a number of controller can be configured >> >> #======================== >> mem_ctrls = [] >> #.... >> # The default behaviour is to interleave memory channels on 128 >> # byte granularity, or cache line granularity if larger than 128 >> # byte. This value is based on the locality seen across a large >> # range of workloads. >> intlv_size = max(128, system.cache_line_size.value) >> >> # For every range (most systems will only have one), create an >> # array of controllers and set their parameters to match their >> # address mapping in the case of a DRAM >> for r in system.mem_ranges: >> for i in xrange(nbr_mem_ctrls): >> mem_ctrl = create_mem_ctrl(cls, r, i, nbr_mem_ctrls, >> intlv_bits, >> intlv_size) >> # Set the number of ranks based on the command-line >> # options if it was explicitly set >> if issubclass(cls, m5.objects.DRAMCtrl) and opt_mem_ranks: >> mem_ctrl.ranks_per_channel = opt_mem_ranks >> >> if opt_elastic_trace_en: >> mem_ctrl.latency = '1ns' >> print "For elastic trace, over-riding Simple Memory " \ >> "latency to 1ns." >> >> mem_ctrls.append(mem_ctrl) >> >> #== register all memcontroller to subsystem >> subsystem.mem_ctrls = mem_ctrls >> >> /T >> On 03/01/2018 04:14 AM, 김성규 wrote: >> > >> > Hello. >> > >> > I'm using gem5, and I want to make a system configuration with one >> > CPU, and 2 memory (controller) objects connected to master port of >> > memory bus. >> > >> > (Attached figure may be help) >> > >> > I could not find how to attach additional memory and assign address to >> it. >> > >> > If it is not an excuse, could you let me know an example code closest >> > to above configuration? >> > >> > Thank you. >> > >> > >> > >> > _______________________________________________ >> > gem5-users mailing list >> > [email protected] >> > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >> >> >> -------------- next part -------------- >> An HTML attachment was scrubbed... >> URL: < >> http://m5sim.org/cgi-bin/mailman/private/gem5-users/attachments/20180301/ad6ad0ee/attachment-0001.html >> > >> >> ------------------------------ >> >> Message: 3 >> Date: Fri, 2 Mar 2018 14:26:28 +0800 >> From: "=?gb18030?B?wfXOxL3c?=" <[email protected]> >> To: "=?gb18030?B?Z2VtNS11c2Vycw==?=" <[email protected]> >> Subject: [gem5-users] Network latency in dist-gem5 >> Message-ID: <[email protected]> >> Content-Type: text/plain; charset="gb18030" >> >> Hi, >> I have tested the dist-gem5 using the example booting script, which issue >> a ping command to test the network connectivity. However, I have noticed >> that the latency for the ping command is extremely high, as 993ms. >> Is there any way to shorten this latency or is there anything wrong with >> the settings? >> Thanks. >> >> >> >> >> PING 192.168.0.3 (192.168.0.3) 56(84) bytes of data. >> 64 bytes from 192.168.0.3: icmp_seq=1 ttl=64 time=993 ms >> >> >> --- 192.168.0.3 ping statistics --- >> 1 packets transmitted, 1 received, 0% packet loss, time 0ms >> rtt min/avg/max/mdev = 993.612/993.612/993.612/0.000 ms >> >> >> >> >> >> dist-gem5 configs: >> >> >> GEM5_DIR=$(pwd)/$(dirname $0)/../../.. >> >> >> IMG=$M5_PATH/disks/aarch64-ubuntu-trusty-headless.img >> VMLINUX=$M5_PATH/binaries/vmlinux.aarch64.20140821 >> DTB=$M5_PATH/binaries/vexpress.aarch64.20140821.dtb >> >> >> FS_CONFIG=$GEM5_DIR/configs/example/fs.py >> SW_CONFIG=$GEM5_DIR/configs/dist/sw.py >> GEM5_EXE=$GEM5_DIR/build/ARM/gem5.opt >> >> >> BOOT_SCRIPT=$GEM5_DIR/util/dist/test/redis_bootscript.rcS >> GEM5_DIST_SH=$GEM5_DIR/util/dist/gem5-dist.sh >> >> >> DEBUG_FLAGS="--debug-flags=DistEthernet" >> #CHKPT_RESTORE="-r1" >> >> >> NNODES=7 >> >> >> $GEM5_DIST_SH -n $NNODES >> \ >> -x $GEM5_EXE >> \ >> -s $SW_CONFIG >> \ >> -f $FS_CONFIG >> \ >> --m5-args >> \ >> $DEBUG_FLAGS >> \ >> --fs-args >> \ >> --cpu-type=AtomicSimpleCPU >> \ >> --num-cpus=1 >> \ >> --machine-type=VExpress_EMM64 >> \ >> --disk-image=$IMG >> \ >> --ethernet-linkspeed=10Gbps >> \ >> --ethernet-linkdelay=10us >> \ >> --kernel=$VMLINUX >> \ >> --dtb-filename=$DTB >> \ >> --script=$BOOT_SCRIPT >> \ >> --cf-args >> \ >> $CHKPT_RESTORE >> -------------- next part -------------- >> An HTML attachment was scrubbed... >> URL: < >> http://m5sim.org/cgi-bin/mailman/private/gem5-users/attachments/20180302/78ba8f70/attachment-0001.html >> > >> >> ------------------------------ >> >> Message: 4 >> Date: Fri, 2 Mar 2018 01:14:41 -0600 >> From: Mohammad Alian <[email protected]> >> To: gem5 users mailing list <[email protected]> >> Subject: Re: [gem5-users] Network latency in dist-gem5 >> Message-ID: >> <CAEQFnPymv9oTXi5Tq5Oo= >> [email protected]> >> Content-Type: text/plain; charset="utf-8" >> >> Can you try to do more pings using "-c " option? I think this is because >> you are only sending one ping request and the latency that you see also >> includes the latency of sending ARP requests for finding the MAC address >> of >> the destination host. >> >> Best, >> Mohammad >> >> On Fri, Mar 2, 2018 at 12:26 AM, 刘文杰 <[email protected]> wrote: >> >> > Hi, >> > I have tested the dist-gem5 using the example booting script, which >> issue >> > a ping command to test the network connectivity. However, I have noticed >> > that the latency for the ping command is extremely high, as 993ms. >> > Is there any way to shorten this latency or is there anything wrong with >> > the settings? >> > Thanks. >> > >> > >> > PING 192.168.0.3 (192.168.0.3) 56(84) bytes of data. >> > 64 bytes from 192.168.0.3: icmp_seq=1 ttl=64 time=993 ms >> > >> > --- 192.168.0.3 ping statistics --- >> > 1 packets transmitted, 1 received, 0% packet loss, time 0ms >> > rtt min/avg/max/mdev = 993.612/993.612/993.612/0.000 ms >> > >> > >> > dist-gem5 configs: >> > >> > GEM5_DIR=$(pwd)/$(dirname $0)/../../.. >> > >> > IMG=$M5_PATH/disks/aarch64-ubuntu-trusty-headless.img >> > VMLINUX=$M5_PATH/binaries/vmlinux.aarch64.20140821 >> > DTB=$M5_PATH/binaries/vexpress.aarch64.20140821.dtb >> > >> > FS_CONFIG=$GEM5_DIR/configs/example/fs.py >> > SW_CONFIG=$GEM5_DIR/configs/dist/sw.py >> > GEM5_EXE=$GEM5_DIR/build/ARM/gem5.opt >> > >> > BOOT_SCRIPT=$GEM5_DIR/util/dist/test/redis_bootscript.rcS >> > GEM5_DIST_SH=$GEM5_DIR/util/dist/gem5-dist.sh >> > >> > DEBUG_FLAGS="--debug-flags=DistEthernet" >> > #CHKPT_RESTORE="-r1" >> > >> > NNODES=7 >> > >> > $GEM5_DIST_SH -n $NNODES >> > \ >> > -x $GEM5_EXE >> > \ >> > -s $SW_CONFIG >> > \ >> > -f $FS_CONFIG >> > \ >> > --m5-args >> > \ >> > $DEBUG_FLAGS >> > \ >> > --fs-args >> > \ >> > --cpu-type=AtomicSimpleCPU >> > \ >> > --num-cpus=1 >> > \ >> > --machine-type=VExpress_EMM64 >> > \ >> > --disk-image=$IMG >> > \ >> > --ethernet-linkspeed=10Gbps >> > \ >> > --ethernet-linkdelay=10us >> > \ >> > --kernel=$VMLINUX >> > \ >> > --dtb-filename=$DTB >> > \ >> > --script=$BOOT_SCRIPT >> > \ >> > --cf-args >> > \ >> > $CHKPT_RESTORE >> > >> > _______________________________________________ >> > gem5-users mailing list >> > [email protected] >> > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >> > >> -------------- next part -------------- >> An HTML attachment was scrubbed... >> URL: < >> http://m5sim.org/cgi-bin/mailman/private/gem5-users/attachments/20180302/3b04a53c/attachment-0001.html >> > >> >> ------------------------------ >> >> Message: 5 >> Date: Fri, 2 Mar 2018 12:51:11 +0530 >> From: Midhun P <[email protected]> >> To: gem5 users mailing list <[email protected]> >> Subject: Re: [gem5-users] How to simulate Bus topology in gem5 >> Message-ID: >> <CABxnPm+nB2pCOwkAQQuTgL25ut59dYVnKuqQuh0XD= >> [email protected]> >> Content-Type: text/plain; charset="utf-8" >> >> Hi all, >> >> Anybody knows how to run bus topology in gem5? >> >> Regards, >> >> Midhun P >> mail to : [email protected] >> Mobile : +91-9946001223 <+91%2099460%2001223> <[email protected]> >> >> On Fri, Feb 16, 2018 at 11:11 AM, Midhun P <[email protected]> >> wrote: >> >> > Hi all, >> > >> > I am trying to compare a new topology with bus and crossbar topologies. >> > Crossbar network, i was able to run. I am not able to find and run bus >> > topology. When i went through the code, i found default network >> topology is >> > configured as crossbar. Please help. >> > >> > Regards, >> > >> > Midhun P >> > mail to : [email protected] >> > >> > <[email protected]> >> > >> -------------- next part -------------- >> An HTML attachment was scrubbed... >> URL: < >> http://m5sim.org/cgi-bin/mailman/private/gem5-users/attachments/20180302/d4653bc9/attachment-0001.html >> > >> >> ------------------------------ >> >> Message: 6 >> Date: Fri, 2 Mar 2018 11:26:30 +0100 >> From: Sahana Prasad <[email protected]> >> To: [email protected], [email protected], [email protected] >> Cc: "Sepulveda Florez, Martha Johanna" <[email protected]> >> Subject: [gem5-users] Gem5 full system simulation on ARM >> Message-ID: >> < >> camnnw7idx7wrn8afztfjf95e67yv02rj_bjmpjof1rxwgz5...@mail.gmail.com> >> Content-Type: text/plain; charset="utf-8" >> >> Hello, >> >> >> I am trying to build the full system simulation on ARM using >> *arm-ubuntu-natty-headless.img * >> >> on 14.04.1-Ubuntu >> >> >> followed the instructions on this video : >> >> >> https://www.youtube.com/watch?v=gd_DtxQD5kc&t=208s >> >> >> I have set the path variable. >> >> >> ga87fev@TUEISEC-Stu04:~/gem5$ echo *$M5_PATH* >> >> /home/ga87fev/gem5/full_system_images/ >> >> >> and have these files in place at binaries and disks : >> >> >> ga87fev@TUEISEC-Stu04:~/gem5/full_system_images$ ls >> >> *binaries* *disks* >> >> ga87fev@TUEISEC-Stu04:~/gem5/full_system_images$ cd binaries/ >> >> ga87fev@TUEISEC-Stu04:~/gem5/full_system_images/binaries$ ls >> >> *boot.arm* *configs* >> vexpress.aarch32.ll_20131205.0-gem5.4cpu.dtb vmlinux.aarch64.20140821 >> >> boot_emm.arm vexpress.aarch32.ll_20131205.0-gem5.1cpu.dtb >> vexpress.aarch64.20140821.dtb >> *vmlinux.arm.smp.fb.2.6.38.8* >> >> boot_emm.arm64 vexpress.aarch32.ll_20131205.0-gem5.2cpu.dtb >> vmlinux.aarch32.ll_20131205.0-gem5 >> >> ga87fev@TUEISEC-Stu04:~/gem5/full_system_images/binaries$ cd ../disks/ >> >> ga87fev@TUEISEC-Stu04:~/gem5/full_system_images/disks$ ls >> >> *arm-ubuntu-natty-headless.img* *linux-arm-ael.img* >> >> ga87fev@TUEISEC-Stu04:~/gem5/full_system_images/disks$ >> >> >> I am trying to run the following command and it fails. >> >> >> ga87fev@TUEISEC-Stu04:~/gem5$ .*/build/ARM/gem5.opt configs/example/fs.py >> >> --disk-image=/home/ga87fev/gem5/full_system_images/disks/arm-ubuntu-natty-headless.img* >> >> >> gem5 Simulator System. http://gem5.org >> >> gem5 is copyrighted software; use the --copyright option for details. >> >> >> gem5 compiled Jan 28 2018 13:39:34 >> >> gem5 started Mar 2 2018 11:11:13 >> >> gem5 executing on TUEISEC-Stu04, pid 13451 >> >> command line: ./build/ARM/gem5.opt configs/example/fs.py >> >> --disk-image=/home/ga87fev/gem5/full_system_images/disks/arm-ubuntu-natty-headless.img >> >> >> Global frequency set at 1000000000000 ticks per second >> >> Fontconfig warning: ignoring UTF-8: not a valid region tag >> >> >> Fontconfig warning: ignoring UTF-8: not a valid region tag >> >> >> warn: DRAM device capacity (8192 Mbytes) does not match the address range >> assigned (512 Mbytes) >> >> *panic: panic condition sz != 2 occurred: Couldn't read magic bytes from >> object file* >> >> Memory Usage: 761656 KBytes >> >> Program aborted at tick 0 >> >> *Aborted* >> >> >> >> *Could you please help me solve this error?* >> >> >> Once this works, I want to try the inbuilt benchmarks. >> >> >> Thank you for your help. >> >> >> Regards, >> >> Sahana Prasad >> -------------- next part -------------- >> An HTML attachment was scrubbed... >> URL: < >> http://m5sim.org/cgi-bin/mailman/private/gem5-users/attachments/20180302/ba843eb2/attachment-0001.html >> > >> >> ------------------------------ >> >> Message: 7 >> Date: Fri, 2 Mar 2018 11:38:07 +0000 >> From: Ciro Santilli <[email protected]> >> To: "[email protected]" <[email protected]>, >> "[email protected]" <[email protected]> >> Subject: Re: [gem5-users] Gem5 full system simulation on ARM >> Message-ID: >> < >> am4pr08mb2625af255335f4d4e25cc24ffa...@am4pr08mb2625.eurprd08.prod.outlook.com >> > >> >> Content-Type: text/plain; charset="utf-8" >> >> Hello Sahana, >> >> >> If you don't absolutely need Ubuntu, I also have highly automated >> Buildroot setup at: >> https://github.com/cirosantilli/linux-kernel-module-cheat/tree/6b099ebd82c81a093922cda6ab5385e86238ec54#gem5 >> >> >> >> ________________________________ >> From: gem5-users <[email protected]> on behalf of Sahana >> Prasad <[email protected]> >> Sent: Friday, March 2, 2018 10:26:30 AM >> To: [email protected]; [email protected]; [email protected] >> Cc: Sepulveda Florez, Martha Johanna >> Subject: [gem5-users] Gem5 full system simulation on ARM >> >> >> Hello, >> >> >> I am trying to build the full system simulation on ARM using >> arm-ubuntu-natty-headless.img >> >> on 14.04.1-Ubuntu >> >> >> followed the instructions on this video : >> >> >> https://www.youtube.com/watch?v=gd_DtxQD5kc&t=208s >> >> >> I have set the path variable. >> >> >> ga87fev@TUEISEC-Stu04:~/gem5$ echo $M5_PATH >> >> /home/ga87fev/gem5/full_system_images/ >> >> >> and have these files in place at binaries and disks : >> >> >> ga87fev@TUEISEC-Stu04:~/gem5/full_system_images$ ls >> >> binaries disks >> >> ga87fev@TUEISEC-Stu04:~/gem5/full_system_images$ cd binaries/ >> >> ga87fev@TUEISEC-Stu04:~/gem5/full_system_images/binaries$ ls >> >> boot.arm configs >> vexpress.aarch32.ll_20131205.0-gem5.4cpu.dtb vmlinux.aarch64.20140821 >> >> boot_emm.arm vexpress.aarch32.ll_20131205.0-gem5.1cpu.dtb >> vexpress.aarch64.20140821.dtb vmlinux.arm.smp.fb.2.6.38.8 >> >> boot_emm.arm64 vexpress.aarch32.ll_20131205.0-gem5.2cpu.dtb >> vmlinux.aarch32.ll_20131205.0-gem5 >> >> ga87fev@TUEISEC-Stu04:~/gem5/full_system_images/binaries$ cd ../disks/ >> >> ga87fev@TUEISEC-Stu04:~/gem5/full_system_images/disks$ ls >> >> arm-ubuntu-natty-headless.img linux-arm-ael.img >> >> ga87fev@TUEISEC-Stu04:~/gem5/full_system_images/disks$ >> >> >> I am trying to run the following command and it fails. >> >> >> ga87fev@TUEISEC-Stu04:~/gem5$ ./build/ARM/gem5.opt configs/example/fs.py >> --disk-image=/home/ga87fev/gem5/full_system_images/disks/arm-ubuntu-natty-headless.img >> >> >> gem5 Simulator System. http://gem5.org >> >> gem5 is copyrighted software; use the --copyright option for details. >> >> >> gem5 compiled Jan 28 2018 13:39:34 >> >> gem5 started Mar 2 2018 11:11:13 >> >> gem5 executing on TUEISEC-Stu04, pid 13451 >> >> command line: ./build/ARM/gem5.opt configs/example/fs.py >> --disk-image=/home/ga87fev/gem5/full_system_images/disks/arm-ubuntu-natty-headless.img >> >> >> Global frequency set at 1000000000000 ticks per second >> >> Fontconfig warning: ignoring UTF-8: not a valid region tag >> >> >> Fontconfig warning: ignoring UTF-8: not a valid region tag >> >> >> warn: DRAM device capacity (8192 Mbytes) does not match the address range >> assigned (512 Mbytes) >> >> panic: panic condition sz != 2 occurred: Couldn't read magic bytes from >> object file >> >> Memory Usage: 761656 KBytes >> >> Program aborted at tick 0 >> >> Aborted >> >> >> >> Could you please help me solve this error? >> >> >> Once this works, I want to try the inbuilt benchmarks. >> >> >> Thank you for your help. >> >> >> Regards, >> >> Sahana Prasad >> >> >> >> IMPORTANT NOTICE: The contents of this email and any attachments are >> confidential and may also be privileged. If you are not the intended >> recipient, please notify the sender immediately and do not disclose the >> contents to any other person, use it for any purpose, or store or copy the >> information in any medium. Thank you. >> -------------- next part -------------- >> An HTML attachment was scrubbed... >> URL: < >> http://m5sim.org/cgi-bin/mailman/private/gem5-users/attachments/20180302/e1949e8a/attachment-0001.html >> > >> >> ------------------------------ >> >> Message: 8 >> Date: Fri, 2 Mar 2018 13:07:16 +0100 >> From: Sahana Prasad <[email protected]> >> To: gem5 users mailing list <[email protected]> >> Cc: "[email protected]" <[email protected]> >> Subject: Re: [gem5-users] Gem5 full system simulation on ARM >> Message-ID: >> < >> camnnw7ixtxpjnsajbkcc+tr8itdbtahytbsxujrelq_ltnc...@mail.gmail.com> >> Content-Type: text/plain; charset="utf-8" >> >> Thanks for this Ciro. >> I will have a look and try it out. >> >> Have you also tried simulating a garnet network on ARM and tested >> benchmarks? >> Hope i will be able to do this with the patch. >> >> Thank you for the help. >> >> Regards, >> Sahana Prasad >> >> On Fri, Mar 2, 2018 at 12:38 PM, Ciro Santilli <[email protected]> >> wrote: >> >> > Hello Sahana, >> > >> > >> > If you don't absolutely need Ubuntu, I also have highly automated >> > Buildroot setup at: https://github.com/cirosantilli/linux-kernel- >> > module-cheat/tree/6b099ebd82c81a093922cda6ab5385e86238ec54#gem5 >> > >> > >> > >> > ------------------------------ >> > *From:* gem5-users <[email protected]> on behalf of Sahana >> > Prasad <[email protected]> >> > *Sent:* Friday, March 2, 2018 10:26:30 AM >> > *To:* [email protected]; [email protected]; [email protected] >> > *Cc:* Sepulveda Florez, Martha Johanna >> > *Subject:* [gem5-users] Gem5 full system simulation on ARM >> > >> > >> > Hello, >> > >> > >> > I am trying to build the full system simulation on ARM using >> > *arm-ubuntu-natty-headless.img * >> > >> > on 14.04.1-Ubuntu >> > >> > >> > followed the instructions on this video : >> > >> > >> > https://www.youtube.com/watch?v=gd_DtxQD5kc&t=208s >> > >> > >> > I have set the path variable. >> > >> > >> > ga87fev@TUEISEC-Stu04:~/gem5$ echo *$M5_PATH* >> > >> > /home/ga87fev/gem5/full_system_images/ >> > >> > >> > and have these files in place at binaries and disks : >> > >> > >> > ga87fev@TUEISEC-Stu04:~/gem5/full_system_images$ ls >> > >> > *binaries* *disks* >> > >> > ga87fev@TUEISEC-Stu04:~/gem5/full_system_images$ cd binaries/ >> > >> > ga87fev@TUEISEC-Stu04:~/gem5/full_system_images/binaries$ ls >> > >> > *boot.arm* *configs* >> > vexpress.aarch32.ll_20131205.0-gem5.4cpu.dtb vmlinux.aarch64.20140821 >> > >> > boot_emm.arm vexpress.aarch32.ll_20131205.0-gem5.1cpu.dtb >> > vexpress.aarch64.20140821.dtb >> > *vmlinux.arm.smp.fb.2.6.38.8* >> > >> > boot_emm.arm64 vexpress.aarch32.ll_20131205.0-gem5.2cpu.dtb >> > vmlinux.aarch32.ll_20131205.0-gem5 >> > >> > ga87fev@TUEISEC-Stu04:~/gem5/full_system_images/binaries$ cd ../disks/ >> > >> > ga87fev@TUEISEC-Stu04:~/gem5/full_system_images/disks$ ls >> > >> > *arm-ubuntu-natty-headless.img* *linux-arm-ael.img* >> > >> > ga87fev@TUEISEC-Stu04:~/gem5/full_system_images/disks$ >> > >> > >> > I am trying to run the following command and it fails. >> > >> > >> > ga87fev@TUEISEC-Stu04:~/gem5$ .*/build/ARM/gem5.opt >> configs/example/fs.py >> > >> --disk-image=/home/ga87fev/gem5/full_system_images/disks/arm-ubuntu-natty-headless.img* >> > >> > >> > gem5 Simulator System. http://gem5.org >> > >> > gem5 is copyrighted software; use the --copyright option for details. >> > >> > >> > gem5 compiled Jan 28 2018 13:39:34 >> > >> > gem5 started Mar 2 2018 11:11:13 >> > >> > gem5 executing on TUEISEC-Stu04, pid 13451 >> > >> > command line: ./build/ARM/gem5.opt configs/example/fs.py >> > --disk-image=/home/ga87fev/gem5/full_system_images/disks/ >> > arm-ubuntu-natty-headless.img >> > >> > >> > Global frequency set at 1000000000000 ticks per second >> > >> > Fontconfig warning: ignoring UTF-8: not a valid region tag >> > >> > >> > Fontconfig warning: ignoring UTF-8: not a valid region tag >> > >> > >> > warn: DRAM device capacity (8192 Mbytes) does not match the address >> range >> > assigned (512 Mbytes) >> > >> > *panic: panic condition sz != 2 occurred: Couldn't read magic bytes from >> > object file* >> > >> > Memory Usage: 761656 KBytes >> > >> > Program aborted at tick 0 >> > >> > *Aborted* >> > >> > >> > >> > *Could you please help me solve this error?* >> > >> > >> > Once this works, I want to try the inbuilt benchmarks. >> > >> > >> > Thank you for your help. >> > >> > >> > Regards, >> > >> > Sahana Prasad >> > >> > >> > >> > IMPORTANT NOTICE: The contents of this email and any attachments are >> > confidential and may also be privileged. If you are not the intended >> > recipient, please notify the sender immediately and do not disclose the >> > contents to any other person, use it for any purpose, or store or copy >> the >> > information in any medium. Thank you. >> > >> > _______________________________________________ >> > gem5-users mailing list >> > [email protected] >> > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >> > >> -------------- next part -------------- >> An HTML attachment was scrubbed... >> URL: < >> http://m5sim.org/cgi-bin/mailman/private/gem5-users/attachments/20180302/09dd739a/attachment-0001.html >> > >> >> ------------------------------ >> >> Message: 9 >> Date: Fri, 2 Mar 2018 13:10:13 +0100 >> From: Sahana Prasad <[email protected]> >> To: gem5 users mailing list <[email protected]>, >> [email protected] >> Cc: "Sepulveda Florez, Martha Johanna" <[email protected]> >> Subject: Re: [gem5-users] Gem5 full system simulation on ARM >> Message-ID: >> <CAMnnW7j6Vk4N0PjiccLy2= >> [email protected]> >> Content-Type: text/plain; charset="utf-8" >> >> Thanks for this Ciro. >> I will have a look and try it out. >> >> Have you also tried simulating a garnet network on ARM and tested >> benchmarks? >> Hope i will be able to do this with the patch. >> >> Thank you for the help. >> >> Regards, >> Sahana Prasad >> >> On Fri, Mar 2, 2018 at 12:38 PM, Ciro Santilli <[email protected]> >> wrote: >> >> > Hello Sahana, >> > >> > >> > If you don't absolutely need Ubuntu, I also have highly automated >> > Buildroot setup at: https://github.com/cirosantilli/linux-kernel- >> > module-cheat/tree/6b099ebd82c81a093922cda6ab5385e86238ec54#gem5 >> > >> > >> > >> > ------------------------------ >> > *From:* gem5-users <[email protected]> on behalf of Sahana >> > Prasad <[email protected]> >> > *Sent:* Friday, March 2, 2018 10:26:30 AM >> > *To:* [email protected]; [email protected]; [email protected] >> > *Cc:* Sepulveda Florez, Martha Johanna >> > *Subject:* [gem5-users] Gem5 full system simulation on ARM >> > >> > >> > Hello, >> > >> > >> > I am trying to build the full system simulation on ARM using >> > *arm-ubuntu-natty-headless.img * >> > >> > on 14.04.1-Ubuntu >> > >> > >> > followed the instructions on this video : >> > >> > >> > https://www.youtube.com/watch?v=gd_DtxQD5kc&t=208s >> > >> > >> > I have set the path variable. >> > >> > >> > ga87fev@TUEISEC-Stu04:~/gem5$ echo *$M5_PATH* >> > >> > /home/ga87fev/gem5/full_system_images/ >> > >> > >> > and have these files in place at binaries and disks : >> > >> > >> > ga87fev@TUEISEC-Stu04:~/gem5/full_system_images$ ls >> > >> > *binaries* *disks* >> > >> > ga87fev@TUEISEC-Stu04:~/gem5/full_system_images$ cd binaries/ >> > >> > ga87fev@TUEISEC-Stu04:~/gem5/full_system_images/binaries$ ls >> > >> > *boot.arm* *configs* >> > vexpress.aarch32.ll_20131205.0-gem5.4cpu.dtb vmlinux.aarch64.20140821 >> > >> > boot_emm.arm vexpress.aarch32.ll_20131205.0-gem5.1cpu.dtb >> > vexpress.aarch64.20140821.dtb >> > *vmlinux.arm.smp.fb.2.6.38.8* >> > >> > boot_emm.arm64 vexpress.aarch32.ll_20131205.0-gem5.2cpu.dtb >> > vmlinux.aarch32.ll_20131205.0-gem5 >> > >> > ga87fev@TUEISEC-Stu04:~/gem5/full_system_images/binaries$ cd ../disks/ >> > >> > ga87fev@TUEISEC-Stu04:~/gem5/full_system_images/disks$ ls >> > >> > *arm-ubuntu-natty-headless.img* *linux-arm-ael.img* >> > >> > ga87fev@TUEISEC-Stu04:~/gem5/full_system_images/disks$ >> > >> > >> > I am trying to run the following command and it fails. >> > >> > >> > ga87fev@TUEISEC-Stu04:~/gem5$ .*/build/ARM/gem5.opt >> configs/example/fs.py >> > >> --disk-image=/home/ga87fev/gem5/full_system_images/disks/arm-ubuntu-natty-headless.img* >> > >> > >> > gem5 Simulator System. http://gem5.org >> > >> > gem5 is copyrighted software; use the --copyright option for details. >> > >> > >> > gem5 compiled Jan 28 2018 13:39:34 >> > >> > gem5 started Mar 2 2018 11:11:13 >> > >> > gem5 executing on TUEISEC-Stu04, pid 13451 >> > >> > command line: ./build/ARM/gem5.opt configs/example/fs.py >> > --disk-image=/home/ga87fev/gem5/full_system_images/disks/ >> > arm-ubuntu-natty-headless.img >> > >> > >> > Global frequency set at 1000000000000 ticks per second >> > >> > Fontconfig warning: ignoring UTF-8: not a valid region tag >> > >> > >> > Fontconfig warning: ignoring UTF-8: not a valid region tag >> > >> > >> > warn: DRAM device capacity (8192 Mbytes) does not match the address >> range >> > assigned (512 Mbytes) >> > >> > *panic: panic condition sz != 2 occurred: Couldn't read magic bytes from >> > object file* >> > >> > Memory Usage: 761656 KBytes >> > >> > Program aborted at tick 0 >> > >> > *Aborted* >> > >> > >> > >> > *Could you please help me solve this error?* >> > >> > >> > Once this works, I want to try the inbuilt benchmarks. >> > >> > >> > Thank you for your help. >> > >> > >> > Regards, >> > >> > Sahana Prasad >> > >> > >> > >> > IMPORTANT NOTICE: The contents of this email and any attachments are >> > confidential and may also be privileged. If you are not the intended >> > recipient, please notify the sender immediately and do not disclose the >> > contents to any other person, use it for any purpose, or store or copy >> the >> > information in any medium. Thank you. >> > >> > _______________________________________________ >> > gem5-users mailing list >> > [email protected] >> > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >> > >> -------------- next part -------------- >> An HTML attachment was scrubbed... >> URL: < >> http://m5sim.org/cgi-bin/mailman/private/gem5-users/attachments/20180302/01e21831/attachment-0001.html >> > >> >> ------------------------------ >> >> Message: 10 >> Date: Fri, 2 Mar 2018 12:18:05 +0000 >> From: Ciro Santilli <[email protected]> >> To: Sahana Prasad <[email protected]>, gem5 users mailing list >> <[email protected]> >> Subject: Re: [gem5-users] Gem5 full system simulation on ARM >> Message-ID: >> < >> am4pr08mb26259d62866e864a82cc3538fa...@am4pr08mb2625.eurprd08.prod.outlook.com >> > >> >> Content-Type: text/plain; charset="iso-8859-1" >> >> I haven't tried the garnet network yet unfortunately. >> >> >> But I do want very much to play with it and integrate / document it into >> that repo when I get some time, I'll ping you if I do. >> >> >> If you get it working before me with that repo, send a pull request >> automating / documenting what you did. >> >> >> ________________________________ >> From: Sahana Prasad <[email protected]> >> Sent: Friday, March 2, 2018 12:10:13 PM >> To: gem5 users mailing list; Ciro Santilli >> Cc: Sepulveda Florez, Martha Johanna >> Subject: Re: [gem5-users] Gem5 full system simulation on ARM >> >> Thanks for this Ciro. >> I will have a look and try it out. >> >> Have you also tried simulating a garnet network on ARM and tested >> benchmarks? >> Hope i will be able to do this with the patch. >> >> Thank you for the help. >> >> Regards, >> Sahana Prasad >> >> On Fri, Mar 2, 2018 at 12:38 PM, Ciro Santilli <[email protected] >> <mailto:[email protected]>> wrote: >> >> Hello Sahana, >> >> >> If you don't absolutely need Ubuntu, I also have highly automated >> Buildroot setup at: >> https://github.com/cirosantilli/linux-kernel-module-cheat/tree/6b099ebd82c81a093922cda6ab5385e86238ec54#gem5 >> >> >> >> ________________________________ >> From: gem5-users <[email protected]<mailto: >> [email protected]>> on behalf of Sahana Prasad < >> [email protected]<mailto:[email protected]>> >> Sent: Friday, March 2, 2018 10:26:30 AM >> To: [email protected]<mailto:[email protected]>; [email protected] >> <mailto:[email protected]>; [email protected]<mailto: >> [email protected]> >> Cc: Sepulveda Florez, Martha Johanna >> Subject: [gem5-users] Gem5 full system simulation on ARM >> >> >> Hello, >> >> >> I am trying to build the full system simulation on ARM using >> arm-ubuntu-natty-headless.img >> >> on 14.04.1-Ubuntu >> >> >> followed the instructions on this video : >> >> >> https://www.youtube.com/watch?v=gd_DtxQD5kc&t=208s >> >> >> I have set the path variable. >> >> >> ga87fev@TUEISEC-Stu04:~/gem5$ echo $M5_PATH >> >> /home/ga87fev/gem5/full_system_images/ >> >> >> and have these files in place at binaries and disks : >> >> >> ga87fev@TUEISEC-Stu04:~/gem5/full_system_images$ ls >> >> binaries disks >> >> ga87fev@TUEISEC-Stu04:~/gem5/full_system_images$ cd binaries/ >> >> ga87fev@TUEISEC-Stu04:~/gem5/full_system_images/binaries$ ls >> >> boot.arm configs >> vexpress.aarch32.ll_20131205.0-gem5.4cpu.dtb vmlinux.aarch64.20140821 >> >> boot_emm.arm vexpress.aarch32.ll_20131205.0-gem5.1cpu.dtb >> vexpress.aarch64.20140821.dtb vmlinux.arm.smp.fb.2.6.38.8 >> >> boot_emm.arm64 vexpress.aarch32.ll_20131205.0-gem5.2cpu.dtb >> vmlinux.aarch32.ll_20131205.0-gem5 >> >> ga87fev@TUEISEC-Stu04:~/gem5/full_system_images/binaries$ cd ../disks/ >> >> ga87fev@TUEISEC-Stu04:~/gem5/full_system_images/disks$ ls >> >> arm-ubuntu-natty-headless.img linux-arm-ael.img >> >> ga87fev@TUEISEC-Stu04:~/gem5/full_system_images/disks$ >> >> >> I am trying to run the following command and it fails. >> >> >> ga87fev@TUEISEC-Stu04:~/gem5$ ./build/ARM/gem5.opt configs/example/fs.py >> --disk-image=/home/ga87fev/gem5/full_system_images/disks/arm-ubuntu-natty-headless.img >> >> >> gem5 Simulator System. http://gem5.org >> >> gem5 is copyrighted software; use the --copyright option for details. >> >> >> gem5 compiled Jan 28 2018 13:39:34 >> >> gem5 started Mar 2 2018 11:11:13 >> >> gem5 executing on TUEISEC-Stu04, pid 13451 >> >> command line: ./build/ARM/gem5.opt configs/example/fs.py >> --disk-image=/home/ga87fev/gem5/full_system_images/disks/arm-ubuntu-natty-headless.img >> >> >> Global frequency set at 1000000000000 ticks per second >> >> Fontconfig warning: ignoring UTF-8: not a valid region tag >> >> >> Fontconfig warning: ignoring UTF-8: not a valid region tag >> >> >> warn: DRAM device capacity (8192 Mbytes) does not match the address range >> assigned (512 Mbytes) >> >> panic: panic condition sz != 2 occurred: Couldn't read magic bytes from >> object file >> >> Memory Usage: 761656 KBytes >> >> Program aborted at tick 0 >> >> Aborted >> >> >> >> Could you please help me solve this error? >> >> >> Once this works, I want to try the inbuilt benchmarks. >> >> >> Thank you for your help. >> >> >> Regards, >> >> Sahana Prasad >> >> >> >> IMPORTANT NOTICE: The contents of this email and any attachments are >> confidential and may also be privileged. If you are not the intended >> recipient, please notify the sender immediately and do not disclose the >> contents to any other person, use it for any purpose, or store or copy the >> information in any medium. Thank you. >> >> _______________________________________________ >> gem5-users mailing list >> [email protected]<mailto:[email protected]> >> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >> >> IMPORTANT NOTICE: The contents of this email and any attachments are >> confidential and may also be privileged. If you are not the intended >> recipient, please notify the sender immediately and do not disclose the >> contents to any other person, use it for any purpose, or store or copy the >> information in any medium. Thank you. >> -------------- next part -------------- >> An HTML attachment was scrubbed... >> URL: < >> http://m5sim.org/cgi-bin/mailman/private/gem5-users/attachments/20180302/131e7d72/attachment-0001.html >> > >> >> ------------------------------ >> >> Message: 11 >> Date: Fri, 2 Mar 2018 16:56:29 +0100 >> From: Sahana Prasad <[email protected]> >> To: gem5 users mailing list <[email protected]> >> Subject: [gem5-users] GARNET with ARM >> Message-ID: >> < >> camnnw7ja2c6yrez6erqfxgipoixf3oyc74vn2tzylftpure...@mail.gmail.com> >> Content-Type: text/plain; charset="utf-8" >> >> Hello , >> >> Has anyone run GARNET with ARM? >> >> I intend to do this. Suggestions/inputs would really be helpful. >> >> Thank you. >> >> Regards, >> Sahana Prasad >> -------------- next part -------------- >> An HTML attachment was scrubbed... >> URL: < >> http://m5sim.org/cgi-bin/mailman/private/gem5-users/attachments/20180302/2031c640/attachment-0001.html >> > >> >> ------------------------------ >> >> Message: 12 >> Date: Fri, 2 Mar 2018 11:08:36 -0500 >> From: Ayobami Edun <[email protected]> >> To: "[email protected]" <[email protected]> >> Subject: [gem5-users] Cores with various cache configuratins >> Message-ID: <[email protected]> >> Content-Type: text/plain; charset="utf-8" >> >> When running syscall emulation with multicores, how can I specify each >> core to run with different cache configurations per core. >> I wonder if this is possible. >> >> Thank you >> >> >> >> >> >> >> -------------- next part -------------- >> An HTML attachment was scrubbed... >> URL: < >> http://m5sim.org/cgi-bin/mailman/private/gem5-users/attachments/20180302/25229d55/attachment-0001.html >> > >> >> ------------------------------ >> >> Subject: Digest Footer >> >> _______________________________________________ >> gem5-users mailing list >> [email protected] >> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >> >> ------------------------------ >> >> End of gem5-users Digest, Vol 140, Issue 2 >> ****************************************** >> > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
