Nilay, I know I haven't been very active lately with reviews, but I'm in the middle of rebasing our tree. Your clock and cycle update has been painful to merge with. Can you hold off on checking this in for a week or so?
Thanks, Brad Sent from my Windows Phone ________________________________ From: Nilay Vaish<mailto:[email protected]> Sent: 2/22/2013 10:41 PM To: Nilay Vaish<mailto:[email protected]>; Default<mailto:[email protected]> Subject: [gem5-dev] Review Request: ruby: connect two controllers using only message buffers ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1736/ ----------------------------------------------------------- Review request for Default. Description ------- Changeset 9562:642044144cff --------------------------- ruby: connect two controllers using only message buffers This patch modifies ruby so that two controllers can be connected to each other with only message buffers in between. Before this patch, all the controllers had to be connected to the network for them to communicate with each other. With this patch, one can have protocols where a controller is not connected to the network, but communicates with another controller through a message buffer. Diffs ----- src/mem/ruby/slicc_interface/AbstractController.hh bc043a0455e3 src/mem/ruby/slicc_interface/AbstractController.cc bc043a0455e3 src/mem/ruby/slicc_interface/Controller.py bc043a0455e3 src/mem/slicc/ast/ObjDeclAST.py bc043a0455e3 src/mem/slicc/symbols/StateMachine.py bc043a0455e3 Diff: http://reviews.gem5.org/r/1736/diff/ Testing ------- Thanks, Nilay Vaish _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
