----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3528/ -----------------------------------------------------------
(Updated July 13, 2016, 1:09 p.m.) Review request for Default. Changes ------- Bugfix: Before this fix the test eventually resulted in an "Missed an event" error. With this new patch version, the event loop gets notified whenever a gem5 event is scheduled from a function in the SystemC world. The review board complains about the patch not applying cleanly. Sorry about this, I tried to fix the patch, but locally it works perfectly... Repository: gem5 Description (updated) ------- 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/examples/master_port/tlm.py PRE-CREATION util/tlm/examples/master_port/main.cc PRE-CREATION util/tlm/examples/slave_port/Makefile 704b0198f747b766b839c577614eb2924fd1dfee util/tlm/sc_master_port.hh PRE-CREATION util/tlm/sc_master_port.cc PRE-CREATION util/tlm/sim_control.cc 704b0198f747b766b839c577614eb2924fd1dfee util/tlm/README 704b0198f747b766b839c577614eb2924fd1dfee util/tlm/examples/master_port/Makefile PRE-CREATION Diff: http://reviews.gem5.org/r/3528/diff/ Testing (updated) ------- 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
