----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3528/ -----------------------------------------------------------
(Updated June 24, 2016, 10:20 a.m.) Review request for Default. Changes ------- Rebase patch to #3477 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. As of now the example code does not run error free. It eventually results in an erro "fatal: Missed an event at time ...". So for now I leave the patch for discussion until the error is resolved. Diffs (updated) ----- util/tlm/README dd6dfd38b6c2 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 PRE-CREATION util/tlm/sc_master_port.hh PRE-CREATION util/tlm/sc_master_port.cc PRE-CREATION util/tlm/sim_control.cc PRE-CREATION Diff: http://reviews.gem5.org/r/3528/diff/ Testing ------- A simple example application consisting of a TLM traffic generator and a gem5 memory. Currently the test fails. Thanks, Christian Menard _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
