Hi Tushar,

Thanks for your reply.

I can go for editing garnet, If possible can you please provide
explanation of any particular example (on what it is doing, how many
component is connected to each router node), I tried to understand
config.ini generated from example
./build/ALPHA_SE_Network_test/gem5.opt
configs/example/ruby_network_test.py --num-cpus=16 --num-dirs=16
--topology=Mesh --mesh-rows=4 --sim-cycles=1000 --injectionrate=0.01
--synthetic=0 --fixed-pkts --maxpackets=1 --garnet-network=fixed

but I understood it partially, I am able to understand {int/ext}_link
part but still not clear on other things.

Actually I will require to do the modification in garnet around
routing algorithm, and also at each router to inject and receive flits
other than generated from messages.

Thanks & Regards,
Udit Kumar

On 2/13/12, Tushar Krishna <[email protected]> wrote:
> Hi Udit,
> Do you want to add a new network model in place of garnet or just edit
> garnet?
> Replacing garnet will require you to make sure your model follows the same
> interface as garnet and follows the event-driven nature of ruby. Will be
> easier for you to just edit garnet. Some useful files within garnet are
> GarnetNetwork_d.cc, Router_d.cc, InputUnit_d.cc, SWallocator_d.cc … Reading
> through these should give you some idea about the code.
>
> - Tushar
>
>
> On Feb 13, 2012, at 7:50 PM, Udit Kumar wrote:
>
>> Hello All,
>>
>> We are working on NoC/interconnects and we want to use GEM5 framework
>> to validate our interconnect model.
>>
>> I am new to GEM5 and I am looking ruby Interconnection networks
>> (http://gem5.org/Interconnection_Network) and other links on gem5.org.
>> I am able to run given example of garnet networks.
>>
>> But still I am not able to fully understand how to plug our
>> interconnect model in-place of existing garnet model, We will use Mesh
>> topology.
>>
>> If possible, Please help me by providing some example or some
>> documentations.
>>
>> thanks & Regards,
>> Udit Kumar
>> _______________________________________________
>> 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
>
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to