----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3528/ -----------------------------------------------------------
(Updated Oct. 26, 2016, 4:23 p.m.) Review request for Default. Changes ------- Updated the diff: rebased on 11691 and generated with mq Repository: gem5 Description ------- The current TLM code only provides a Slave Port that allows the gem5 world to send requests to the the TLM world. This patch adds a Master Port that allows the TLM world to send requests to the gem5 world. Furthermore, the patch provides a simple example application based on a TLM traffic generator. Diffs (updated) ----- util/tlm/sc_master_port.cc PRE-CREATION util/tlm/sim_control.cc c6e92c923a9e1c8cfd06ce9da1f61476ae4cb007 util/tlm/examples/master_port/Makefile PRE-CREATION util/tlm/examples/master_port/main.cc PRE-CREATION util/tlm/examples/master_port/tlm.py PRE-CREATION util/tlm/examples/slave_port/Makefile c6e92c923a9e1c8cfd06ce9da1f61476ae4cb007 util/tlm/sc_master_port.hh PRE-CREATION util/tlm/README c6e92c923a9e1c8cfd06ce9da1f61476ae4cb007 Diff: http://reviews.gem5.org/r/3528/diff/ Testing ------- A simple example application consisting of a TLM traffic generator and a gem5 memory is part of the patch. Thanks, Christian Menard _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
