----------------------------------------------------------- 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
