Hi Andreas, Thanks for your replies. I fixed the problems. Now I have some questions. I'll be thankful if it's possible for you to answer me. I thank you in advance for your support & patience.
1) what are dtb & dts files for? In the guide pages, I just saw that it is mentioned to them only on the dvfs experiments page. 2) I understand that I can use some existing python file for simulation script or if I want another type of simulation I have to write my own python script based on what it is written on simulation script guide page on the website. I mean I can use the existing se.py & fs.py for simulating any benchmark (including SPEC in SE & SPLASH in SE or FS) on any system I want ( cpu model, ISA, memory model, heterogeneous,honogeneous). But in which file I have to specify my different kinds of CPUs? I mean configs? In the command line we have: build/ALPHA/gem5.opt configs/example/se.py –c tests/test-progs/hello/bin/alpha/linux/hello. In the configs/simulation script guide page, it's mentioned that .py target " configs/example/se.py " itself contains 2 sections : configurations-simulation. But I don't see any configuration script in the se.py like object class like " cpu = simpleCPU (clock='2GHz', width = 2)'. I misunderstood. 3) Do I have to create checkpoints if for example I want to get stats every 20000 ticks of a benchmark on a single cpu? I mean I want traces, not steady state stats. I want stats at 20000 ticks, 40000 ticks ….? Is it only supported in FS? 4) I read about full simulation & syscall emulation, the SE just provides system services for running benchmark, but FS provides full system & scheduling & etc, but I'm still confused about all the differences. If I want to simulate some simulation, for example I have a heterogeneous multiprocessor includes 4 different processors, & each processor is ALPHA based. I want to run a benchmark on 1 processor & get stats every 20000 ticks & then run another benchmark on another processor & get stats every 20000 ticks & two other processors like this. In what mode should I simulate? 5) About the Cross compiler that you mentioned in Pre-compiled Cross-compilers on Download guide page, I want to know for what should we use them? I had to install gcc 4.7 to build gem5. So why should I need these pre-compiled cross-compiler? 6) I want to know if I got stats every 20000 ticks, is it possible to get power stats with McPAT on these every 20000 ticks? Not steady state stat 7) Is there a directory that includes some of required Pythons files for simulating Mibench benchmarks or other benchmark suits? Sorry for this asking these basic question. Thanks On Thu, Aug 20, 2015 at 7:00 PM, <[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: gem5-users Digest, Vol 109, Issue 16 (leila zamani) > 2. Re: gem5-users Digest, Vol 109, Issue 16 (Andreas Hansson) > 3. Re: gem5-users Digest, Vol 109, Issue 16 (Andreas Hansson) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 19 Aug 2015 22:55:37 +0300 > From: leila zamani <[email protected]> > To: [email protected] > Subject: Re: [gem5-users] gem5-users Digest, Vol 109, Issue 16 > Message-ID: > < > cajph+k0uhynr86ykeaa8hvaj2v+xjye8jvibb2wsvuunmnt...@mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > Hi Andreas, > Thanks for your quick reply. Yes, you're right. I understand what you > mentioned about 3D. But now I have another question. I installed the ubuntu > 14.04.3 i386 on VM. Then I tried to install gem5, but I got this error: > g++: internal compiler error:killed(program cc1plus) > scons:*** [build/ARM/arch/arm/generated/inst-constrs-3.0] ERROR 4 > scons:building terminated because of errors. > > Thank you in advance. > > On Tue, Aug 18, 2015 at 7:00 PM, <[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. MPSoC (leila zamani) > > 2. Re: MPSoC (Andreas Hansson) > > > > > > ---------------------------------------------------------------------- > > > > Message: 1 > > Date: Tue, 18 Aug 2015 09:30:16 +0300 > > From: leila zamani <[email protected]> > > To: [email protected] > > Subject: [gem5-users] MPSoC > > Message-ID: > > < > > cajph+k1z298fvmcduyxy9qyovxawkzjt3rzlz-acdtva4re...@mail.gmail.com> > > Content-Type: text/plain; charset="utf-8" > > > > Hello, > > I'm new to gem5. I have 3 questions: > > 1) In the wiki it is written that simulating on 64 bit is better & best > > supported. I wanted to know 32bit simulations is not supported well or > just > > because of slowdown is not preferred? > > 2) I want to simulate both homogeneous & heterogeneous MPSoCs. I'll be > > thankful if anyone has any experiences with MPSoCs simulation & help me. > > 3) As I know gem5 doesn't support 3D & 3D MPSoCs. Has anyone modify the > > modules to support this? > > > > Thanks > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > URL: < > > > http://m5sim.org/cgi-bin/mailman/private/gem5-users/attachments/20150818/663b80a3/attachment-0001.html > > > > > > > ------------------------------ > > > > Message: 2 > > Date: Tue, 18 Aug 2015 08:13:13 +0100 > > From: Andreas Hansson <[email protected]> > > To: gem5 users mailing list <[email protected]> > > Subject: Re: [gem5-users] MPSoC > > Message-ID: <d1f8983a.297b2%[email protected]> > > Content-Type: text/plain; charset="utf-8" > > > > Hi Leila (I hope I got that right), > > > > 1. Simulating on a 64-bit host machine is better, simply for speed > > reasons. gem5 should work on a 32-bit host, but it will hamper > performance. > > 2. You can simulate pretty much _any_ system topology, big cores, > little > > cores etc. What you cannot do at the moment is mixed ISA simulations. > > 3. gem5 does not really get exposed to the layout of the system, so you > > should have no problem simulating a 3D SoC. What aspect of 3D is it you > > think is _not_ there? > > > > Andreas > > > > From: gem5-users <[email protected]<mailto: > > [email protected]>> on behalf of leila zamani < > > [email protected]<mailto:[email protected]>> > > Reply-To: gem5 users mailing list <[email protected]<mailto: > > [email protected]>> > > Date: Tuesday, 18 August 2015 07:30 > > To: "[email protected]<mailto:[email protected]>" < > [email protected] > > <mailto:[email protected]>> > > Subject: [gem5-users] MPSoC > > > > Hello, > > I'm new to gem5. I have 3 questions: > > 1) In the wiki it is written that simulating on 64 bit is better & best > > supported. I wanted to know 32bit simulations is not supported well or > just > > because of slowdown is not preferred? > > 2) I want to simulate both homogeneous & heterogeneous MPSoCs. I'll be > > thankful if anyone has any experiences with MPSoCs simulation & help me. > > 3) As I know gem5 doesn't support 3D & 3D MPSoCs. Has anyone modify the > > modules to support this? > > > > Thanks > > > > -- 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. > > > > ARM Limited, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, > > Registered in England & Wales, Company No: 2557590 > > ARM Holdings plc, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, > > Registered in England & Wales, Company No: 2548782 > > -------------- next part -------------- > > An HTML attachment was scrubbed... > > URL: < > > > http://m5sim.org/cgi-bin/mailman/private/gem5-users/attachments/20150818/9417d149/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 109, Issue 16 > > ******************************************* > > > > > > -- > > *Leila zamani* > > *Technical support* > > ----------------------------------------------- > > [email protected] <[email protected]> > Tel: +98.21.44335444 > Mob: +98.912.2034665 > ----------------------------------------------- > > *Mobin Sout Engineering Ltd. *Add: 5th Floor, No. 67, Hakim Highway, After > Taavon Blvd, > > Tehran, IRAN, 1486763841 > www.mobinsout.com > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://m5sim.org/cgi-bin/mailman/private/gem5-users/attachments/20150819/113997f3/attachment-0001.html > > > > ------------------------------ > > Message: 2 > Date: Wed, 19 Aug 2015 23:37:28 +0100 > From: Andreas Hansson <[email protected]> > To: gem5 users mailing list <[email protected]> > Subject: Re: [gem5-users] gem5-users Digest, Vol 109, Issue 16 > Message-ID: <d1fac365.29a33%[email protected]> > Content-Type: text/plain; charset="utf-8" > > Hi Leila, > > You probably ran out of memory. Make sure your machine has 8 GByte, > preferably 16 Gbyte if you want to compile with multiple threads. Also, you > need to use a 32-bit OS. > > Andreas > > From: gem5-users <[email protected]<mailto: > [email protected]>> on behalf of leila zamani < > [email protected]<mailto:[email protected]>> > Reply-To: gem5 users mailing list <[email protected]<mailto: > [email protected]>> > Date: Wednesday, 19 August 2015 20:55 > To: "[email protected]<mailto:[email protected]>" <[email protected] > <mailto:[email protected]>> > Subject: Re: [gem5-users] gem5-users Digest, Vol 109, Issue 16 > > Hi Andreas, > Thanks for your quick reply. Yes, you're right. I understand what you > mentioned about 3D. But now I have another question. I installed the ubuntu > 14.04.3 i386 on VM. Then I tried to install gem5, but I got this error: > g++: internal compiler error:killed(program cc1plus) > scons:*** [build/ARM/arch/arm/generated/inst-constrs-3.0] ERROR 4 > scons:building terminated because of errors. > > Thank you in advance. > > On Tue, Aug 18, 2015 at 7:00 PM, <[email protected]<mailto: > [email protected]>> wrote: > Send gem5-users mailing list submissions to > [email protected]<mailto:[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]<mailto:[email protected]> > > You can reach the person managing the list at > [email protected]<mailto:[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. MPSoC (leila zamani) > 2. Re: MPSoC (Andreas Hansson) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 18 Aug 2015 09:30:16 +0300 > From: leila zamani <[email protected]<mailto: > [email protected]>> > To: [email protected]<mailto:[email protected]> > Subject: [gem5-users] MPSoC > Message-ID: > < > cajph+k1z298fvmcduyxy9qyovxawkzjt3rzlz-acdtva4re...@mail.gmail.com<mailto: > cajph%[email protected]>> > Content-Type: text/plain; charset="utf-8" > > Hello, > I'm new to gem5. I have 3 questions: > 1) In the wiki it is written that simulating on 64 bit is better & best > supported. I wanted to know 32bit simulations is not supported well or just > because of slowdown is not preferred? > 2) I want to simulate both homogeneous & heterogeneous MPSoCs. I'll be > thankful if anyone has any experiences with MPSoCs simulation & help me. > 3) As I know gem5 doesn't support 3D & 3D MPSoCs. Has anyone modify the > modules to support this? > > Thanks > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://m5sim.org/cgi-bin/mailman/private/gem5-users/attachments/20150818/663b80a3/attachment-0001.html > > > > ------------------------------ > > Message: 2 > Date: Tue, 18 Aug 2015 08:13:13 +0100 > From: Andreas Hansson <[email protected]<mailto: > [email protected]>> > To: gem5 users mailing list <[email protected]<mailto: > [email protected]>> > Subject: Re: [gem5-users] MPSoC > Message-ID: <d1f8983a.297b2%[email protected]<mailto: > d1f8983a.297b2%[email protected]>> > Content-Type: text/plain; charset="utf-8" > > Hi Leila (I hope I got that right), > > 1. Simulating on a 64-bit host machine is better, simply for speed > reasons. gem5 should work on a 32-bit host, but it will hamper performance. > 2. You can simulate pretty much _any_ system topology, big cores, little > cores etc. What you cannot do at the moment is mixed ISA simulations. > 3. gem5 does not really get exposed to the layout of the system, so you > should have no problem simulating a 3D SoC. What aspect of 3D is it you > think is _not_ there? > > Andreas > > From: gem5-users <[email protected]<mailto: > [email protected]><mailto:[email protected]<mailto: > [email protected]>>> on behalf of leila zamani < > [email protected]<mailto:[email protected]><mailto: > [email protected]<mailto:[email protected]>>> > Reply-To: gem5 users mailing list <[email protected]<mailto: > [email protected]><mailto:[email protected]<mailto:[email protected] > >>> > Date: Tuesday, 18 August 2015 07:30 > To: "[email protected]<mailto:[email protected]><mailto: > [email protected]<mailto:[email protected]>>" <[email protected] > <mailto:[email protected]><mailto:[email protected]<mailto: > [email protected]>>> > Subject: [gem5-users] MPSoC > > Hello, > I'm new to gem5. I have 3 questions: > 1) In the wiki it is written that simulating on 64 bit is better & best > supported. I wanted to know 32bit simulations is not supported well or just > because of slowdown is not preferred? > 2) I want to simulate both homogeneous & heterogeneous MPSoCs. I'll be > thankful if anyone has any experiences with MPSoCs simulation & help me. > 3) As I know gem5 doesn't support 3D & 3D MPSoCs. Has anyone modify the > modules to support this? > > Thanks > > -- 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. > > ARM Limited, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, > Registered in England & Wales, Company No: 2557590 > ARM Holdings plc, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, > Registered in England & Wales, Company No: 2548782 > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://m5sim.org/cgi-bin/mailman/private/gem5-users/attachments/20150818/9417d149/attachment-0001.html > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > gem5-users mailing list > [email protected]<mailto:[email protected]> > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users > > ------------------------------ > > End of gem5-users Digest, Vol 109, Issue 16 > ******************************************* > > > > -- > > Leila zamani > > Technical support > > [http://uploadgoogle.ir/uploads/1394441080911.jpg] > > ----------------------------------------------- > > [email protected]<mailto:[email protected]> > Tel: +98.21.44335444 > Mob: +98.912.2034665 > ----------------------------------------------- > Mobin Sout Engineering Ltd. > Add: 5th Floor, No. 67, Hakim Highway, After Taavon Blvd, > > Tehran, IRAN, 1486763841 > www.mobinsout.com<http://www.mobinsout.com/> > > -- 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. > > ARM Limited, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, > Registered in England & Wales, Company No: 2557590 > ARM Holdings plc, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, > Registered in England & Wales, Company No: 2548782 > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://m5sim.org/cgi-bin/mailman/private/gem5-users/attachments/20150819/777f2915/attachment-0001.html > > > > ------------------------------ > > Message: 3 > Date: Wed, 19 Aug 2015 23:38:42 +0100 > From: Andreas Hansson <[email protected]> > To: gem5 users mailing list <[email protected]> > Subject: Re: [gem5-users] gem5-users Digest, Vol 109, Issue 16 > Message-ID: <d1fac3eb.29a38%[email protected]> > Content-Type: text/plain; charset="utf-8" > > That should be “use a 64-bit OS”, _not_ a 32-bit. > > Andreas > > From: gem5-users <[email protected]<mailto: > [email protected]>> on behalf of Andreas Hansson < > [email protected]<mailto:[email protected]>> > Reply-To: gem5 users mailing list <[email protected]<mailto: > [email protected]>> > Date: Wednesday, 19 August 2015 23:37 > To: gem5 users mailing list <[email protected]<mailto: > [email protected]>> > Subject: Re: [gem5-users] gem5-users Digest, Vol 109, Issue 16 > > Hi Leila, > > You probably ran out of memory. Make sure your machine has 8 GByte, > preferably 16 Gbyte if you want to compile with multiple threads. Also, you > need to use a 32-bit OS. > > Andreas > > From: gem5-users <[email protected]<mailto: > [email protected]>> on behalf of leila zamani < > [email protected]<mailto:[email protected]>> > Reply-To: gem5 users mailing list <[email protected]<mailto: > [email protected]>> > Date: Wednesday, 19 August 2015 20:55 > To: "[email protected]<mailto:[email protected]>" <[email protected] > <mailto:[email protected]>> > Subject: Re: [gem5-users] gem5-users Digest, Vol 109, Issue 16 > > Hi Andreas, > Thanks for your quick reply. Yes, you're right. I understand what you > mentioned about 3D. But now I have another question. I installed the ubuntu > 14.04.3 i386 on VM. Then I tried to install gem5, but I got this error: > g++: internal compiler error:killed(program cc1plus) > scons:*** [build/ARM/arch/arm/generated/inst-constrs-3.0] ERROR 4 > scons:building terminated because of errors. > > Thank you in advance. > > On Tue, Aug 18, 2015 at 7:00 PM, <[email protected]<mailto: > [email protected]>> wrote: > Send gem5-users mailing list submissions to > [email protected]<mailto:[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]<mailto:[email protected]> > > You can reach the person managing the list at > [email protected]<mailto:[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. MPSoC (leila zamani) > 2. Re: MPSoC (Andreas Hansson) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 18 Aug 2015 09:30:16 +0300 > From: leila zamani <[email protected]<mailto: > [email protected]>> > To: [email protected]<mailto:[email protected]> > Subject: [gem5-users] MPSoC > Message-ID: > < > cajph+k1z298fvmcduyxy9qyovxawkzjt3rzlz-acdtva4re...@mail.gmail.com<mailto: > cajph%[email protected]>> > Content-Type: text/plain; charset="utf-8" > > Hello, > I'm new to gem5. I have 3 questions: > 1) In the wiki it is written that simulating on 64 bit is better & best > supported. I wanted to know 32bit simulations is not supported well or just > because of slowdown is not preferred? > 2) I want to simulate both homogeneous & heterogeneous MPSoCs. I'll be > thankful if anyone has any experiences with MPSoCs simulation & help me. > 3) As I know gem5 doesn't support 3D & 3D MPSoCs. Has anyone modify the > modules to support this? > > Thanks > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://m5sim.org/cgi-bin/mailman/private/gem5-users/attachments/20150818/663b80a3/attachment-0001.html > > > > ------------------------------ > > Message: 2 > Date: Tue, 18 Aug 2015 08:13:13 +0100 > From: Andreas Hansson <[email protected]<mailto: > [email protected]>> > To: gem5 users mailing list <[email protected]<mailto: > [email protected]>> > Subject: Re: [gem5-users] MPSoC > Message-ID: <d1f8983a.297b2%[email protected]<mailto: > d1f8983a.297b2%[email protected]>> > Content-Type: text/plain; charset="utf-8" > > Hi Leila (I hope I got that right), > > 1. Simulating on a 64-bit host machine is better, simply for speed > reasons. gem5 should work on a 32-bit host, but it will hamper performance. > 2. You can simulate pretty much _any_ system topology, big cores, little > cores etc. What you cannot do at the moment is mixed ISA simulations. > 3. gem5 does not really get exposed to the layout of the system, so you > should have no problem simulating a 3D SoC. What aspect of 3D is it you > think is _not_ there? > > Andreas > > From: gem5-users <[email protected]<mailto: > [email protected]><mailto:[email protected]<mailto: > [email protected]>>> on behalf of leila zamani < > [email protected]<mailto:[email protected]><mailto: > [email protected]<mailto:[email protected]>>> > Reply-To: gem5 users mailing list <[email protected]<mailto: > [email protected]><mailto:[email protected]<mailto:[email protected] > >>> > Date: Tuesday, 18 August 2015 07:30 > To: "[email protected]<mailto:[email protected]><mailto: > [email protected]<mailto:[email protected]>>" <[email protected] > <mailto:[email protected]><mailto:[email protected]<mailto: > [email protected]>>> > Subject: [gem5-users] MPSoC > > Hello, > I'm new to gem5. I have 3 questions: > 1) In the wiki it is written that simulating on 64 bit is better & best > supported. I wanted to know 32bit simulations is not supported well or just > because of slowdown is not preferred? > 2) I want to simulate both homogeneous & heterogeneous MPSoCs. I'll be > thankful if anyone has any experiences with MPSoCs simulation & help me. > 3) As I know gem5 doesn't support 3D & 3D MPSoCs. Has anyone modify the > modules to support this? > > Thanks > > -- 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. > > ARM Limited, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, > Registered in England & Wales, Company No: 2557590 > ARM Holdings plc, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, > Registered in England & Wales, Company No: 2548782 > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://m5sim.org/cgi-bin/mailman/private/gem5-users/attachments/20150818/9417d149/attachment-0001.html > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > gem5-users mailing list > [email protected]<mailto:[email protected]> > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users > > ------------------------------ > > End of gem5-users Digest, Vol 109, Issue 16 > ******************************************* > > > > -- > > Leila zamani > > Technical support > > [http://uploadgoogle.ir/uploads/1394441080911.jpg] > > ----------------------------------------------- > > [email protected]<mailto:[email protected]> > Tel: +98.21.44335444 > Mob: +98.912.2034665 > ----------------------------------------------- > Mobin Sout Engineering Ltd. > Add: 5th Floor, No. 67, Hakim Highway, After Taavon Blvd, > > Tehran, IRAN, 1486763841 > www.mobinsout.com<http://www.mobinsout.com/> > > -- 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. > > ARM Limited, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, > Registered in England & Wales, Company No: 2557590 > ARM Holdings plc, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, > Registered in England & Wales, Company No: 2548782 > > -- 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. > > ARM Limited, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, > Registered in England & Wales, Company No: 2557590 > ARM Holdings plc, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, > Registered in England & Wales, Company No: 2548782 > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://m5sim.org/cgi-bin/mailman/private/gem5-users/attachments/20150819/86fd215d/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 109, Issue 18 > ******************************************* > -- *Leila zamani* *Technical support* ----------------------------------------------- [email protected] <[email protected]> Tel: +98.21.44335444 Mob: +98.912.2034665 ----------------------------------------------- *Mobin Sout Engineering Ltd. *Add: 5th Floor, No. 67, Hakim Highway, After Taavon Blvd, Tehran, IRAN, 1486763841 www.mobinsout.com
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
