Re: [gem5-users] Running ruby network

2016-05-13 Thread mengyu liang
? Thanks again! Best regards, Mengyu From: marcelo.li...@acad.pucrs.br Date: Thu, 12 May 2016 18:35:02 -0300 Subject: Re: [gem5-users] Running ruby network To: lmym...@hotmail.com CC: gem5-users@gem5.org Hi Mengyu, Sorry for the late response. So, I was working with gem5 and ruby trying to

Re: [gem5-users] Running ruby network

2016-05-12 Thread Marcelo Melo Linck
Hi Mengyu, Sorry for the late response. So, I was working with gem5 and ruby trying to create the proposed structure, but in my model, I also had to add a new module between the L2 and the network. Well, it was getting to hard for me too perfectly understand ruby and all it's modules. Since

Re: [gem5-users] Running ruby network

2016-05-10 Thread mengyu liang
Dear Marcelo, I'm trying to model a multicore ruby structure which is very similar to your model in this subject. If you have time you may have a look into my post: http://www.mail-archive.com/gem5-users@gem5.org/msg12949.html Have you made any progress on it? maybe we can share some experience o

Re: [gem5-users] Running ruby network

2016-04-15 Thread Marcelo Melo Linck
Hi, I, particularly, got it working for 4 CPUs with the following command: ./build/ALPHA_MOESI_CMP_directory/gem5.opt configs/example/fs.py \ -n 4 \ --l1i_size=32kB \ --l1d_size=32kB \ --l2_size=16MB \ --num-l2caches=4 \ --ruby \ --topology=Mesh \ --cpu-type=timing \ --mesh-rows=2 \ --num

Re: [gem5-users] Running ruby network

2016-04-12 Thread Sam
Marcelo Melo Linck acad.pucrs.br> writes: > > > An update, I got it working for only one processor.  > Hey, I come to the same problem, I wonder have you find a solution. thank you very much and sorry to trouble you. ___ gem5-users mailing list g

Re: [gem5-users] Running ruby network

2016-03-08 Thread Andreas Hansson
5.org>> Date: Tuesday, 8 March 2016 at 18:19 To: "gem5-users@gem5.org<mailto:gem5-users@gem5.org>" mailto:gem5-users@gem5.org>> Subject: [gem5-users] Running ruby network Hello all gem5 users, I am still getting the hang of gem5, my newest challenge is to create the f

[gem5-users] Running ruby network

2016-03-08 Thread Marcelo Melo Linck
Hello all gem5 users, I am still getting the hang of gem5, my newest challenge is to create the following architecture using ruby network and ALPHA isa, but I am having some problems. Does anyone know how to declare and connect components to a ruby network through a custom python script? Or, m