Hello Senni Sophianne, To configure gem5 according to parameters mentioned in O3_ARM_v7a.py file you need to first type on the command line :
build/ARM/gem5.opt configs/common/O3_ARM_v7a.py and then once the executable is configured with the parameters in O3_ARM_v7a.py you give the command line options as you mentioned in the mail. On Wed, Jul 23, 2014 at 6:00 PM, via gem5-users <[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. Compile Linux kernel v3 for gem5 FS (saber nabavi via gem5-users) > 2. Re: Compile Linux kernel v3 for gem5 FS > (Anthony Gutierrez via gem5-users) > 3. Re: Compile Linux kernel v3 for gem5 FS (Zi Yan via gem5-users) > 4. AttributeError when creating own configuration > (Weber, Fabian via gem5-users) > 5. Cache configuration of arm_detailed > (senni sophiane via gem5-users) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 22 Jul 2014 22:55:49 +0430 > From: saber nabavi via gem5-users <[email protected]> > To: [email protected] > Subject: [gem5-users] Compile Linux kernel v3 for gem5 FS > Message-ID: > < > cap6eee-ljrglbivmof0+pkg+rgd3h3ktmnzc1rlfgojbzu9...@mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > Hi, > I was wondering if I could compile and use linux kernel version 3 or above > with gem5. I mean is it compatible with 2.6.* or will gem5 patches work > with it? > > Saber. > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://m5sim.org/cgi-bin/mailman/private/gem5-users/attachments/20140722/3b0cbb37/attachment-0001.html > > > > ------------------------------ > > Message: 2 > Date: Tue, 22 Jul 2014 14:29:08 -0400 > From: Anthony Gutierrez via gem5-users <[email protected]> > To: gem5 users mailing list <[email protected]> > Subject: Re: [gem5-users] Compile Linux kernel v3 for gem5 FS > Message-ID: > < > caeqebpt4qg+onmaxl+mlef1rts1ee16ykfxozcf_2qjqgrk...@mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > For ARM you definitely can. Use the patch and kernel config contained here: > > http://www.gem5.org/dist/current/arm/vmlinux-emm-pcie-3.3.tar.bz2 > > And the kernel source here: > > http://www.gem5.org/dist/current/arm/linux-arm-arch.tar.bz2 > > > Anthony Gutierrez > http://web.eecs.umich.edu/~atgutier > > > On Tue, Jul 22, 2014 at 2:25 PM, saber nabavi via gem5-users < > [email protected]> wrote: > > > Hi, > > I was wondering if I could compile and use linux kernel version 3 or > above > > with gem5. I mean is it compatible with 2.6.* or will gem5 patches work > > with it? > > > > Saber. > > > > _______________________________________________ > > 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/20140722/1f03d6b6/attachment-0001.html > > > > ------------------------------ > > Message: 3 > Date: Tue, 22 Jul 2014 14:58:49 -0400 > From: Zi Yan via gem5-users <[email protected]> > To: "gem5 users mailing list" <[email protected]> > Subject: Re: [gem5-users] Compile Linux kernel v3 for gem5 FS > Message-ID: <[email protected]> > > How about DTB(device tree blob) file? Do we need a DTB file for > kernel running on gem5-ARM? > > Thanks. > > -- > Best Regards > Yan Zi > > On 22 Jul 2014, at 14:29, Anthony Gutierrez via gem5-users wrote: > > > For ARM you definitely can. Use the patch and kernel config contained > here: > > > > http://www.gem5.org/dist/current/arm/vmlinux-emm-pcie-3.3.tar.bz2 > > > > And the kernel source here: > > > > http://www.gem5.org/dist/current/arm/linux-arm-arch.tar.bz2 > > > > > > Anthony Gutierrez > > http://web.eecs.umich.edu/~atgutier > > > > > > On Tue, Jul 22, 2014 at 2:25 PM, saber nabavi via gem5-users < > > [email protected]> wrote: > > > >> Hi, > >> I was wondering if I could compile and use linux kernel version 3 or > above > >> with gem5. I mean is it compatible with 2.6.* or will gem5 patches work > >> with it? > >> > >> Saber. > >> > >> _______________________________________________ > >> 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 > > > ------------------------------ > > Message: 4 > Date: Tue, 22 Jul 2014 21:10:51 +0000 > From: "Weber, Fabian via gem5-users" <[email protected]> > To: "[email protected]" <[email protected]> > Subject: [gem5-users] AttributeError when creating own configuration > Message-ID: > <[email protected]> > Content-Type: text/plain; charset="iso-8859-1" > > Hi everyone, > > I've a problem creating an own configuration. Starting from the > ruby_network_test.py I copied this configuration file and the network_test > folder which includes networktest.cc/hh and NetworkTest.py. Then I > renamed them to tt_network ... (and also the class and methods in the > source file). > > It compiles successfully but does not execute: > > Traceback (most recent call last): > File "<string>", line 1, in <module> > File "/gem5/src/python/m5/main.py", line 388, in main > exec filecode in scope > File "configs/example/ruby_tt_network_test.py", line 123, in <module> > for ruby_port in system.ruby._cpu_ruby_ports: > File "/gem5/src/python/m5/SimObject.py", line 736, in __getattr__ > raise AttributeError, err_string > AttributeError: object 'RubySystem' has no attribute '_cpu_ruby_ports' > (C++ object is not yet constructed, so wrapped C++ methods are > unavailable.) > > Does somebody knows this error and could explain what I forgot/have to do? > > Best regards, > Fabian > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://m5sim.org/cgi-bin/mailman/private/gem5-users/attachments/20140722/15e919b1/attachment-0001.html > > > > ------------------------------ > > Message: 5 > Date: Wed, 23 Jul 2014 11:17:41 +0200 > From: senni sophiane via gem5-users <[email protected]> > To: gem5 users mailing list <[email protected]> > Subject: [gem5-users] Cache configuration of arm_detailed > Message-ID: <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1 > > Hi all, > > When I am using the options --cpu_type=arm_detailed --caches --l2cache > in the command line, the cache configuration of the system is not the > one specified in the O3_ARM_v7a.py file. Instead it is the cache > configuration described in Caches.py > This is the command line I used : > > build/ARM/gem5.opt configs/example/fs.py --caches --l2cache > --cpu-type=arm_detailed -n4 -b splash2_fmm > > > Does someone know what could be the reason ? Am I missing something ? > > Thanks for your help. > > -- > Cordialement / Best Regards > > SENNI Sophiane > Ph.D. candidate - Microelectronics > LIRMM - www.lirmm.fr > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users > > ------------------------------ > > End of gem5-users Digest, Vol 96, Issue 17 > ****************************************** >
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
