----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2753/ -----------------------------------------------------------
(Updated July 14, 2015, 9:35 a.m.) Review request for Default. Repository: gem5 Description (updated) ------- Changeset 10873:c0ac6410d7bc --------------------------- misc: Coupling gem5 with SystemC TLM2.0 Transaction Level Modeling (TLM2.0) is widely used in industry for creating virtual platforms (IEEE 1666 SystemC). This patch contains a standard compliant implementation of an external gem5 port, that enables the usage of gem5 as a TLM initiator component in SystemC based virtual platforms. Both TLM coding paradigms loosely timed (b_transport) and aproximately timed (nb_transport) are supported. Compared to the original patch a TLM memory manager was added. Furthermore, the transaction object was removed and for each TLM payload a PacketPointer that points to the original gem5 packet is added as an TLM extension. For event handling single events are now created. Diffs (updated) ----- configs/common/MemConfig.py 9141d87c7f71 configs/common/Options.py 9141d87c7f71 util/tlm/Makefile PRE-CREATION util/tlm/README PRE-CREATION util/tlm/main.cc PRE-CREATION util/tlm/run_gem5.sh PRE-CREATION util/tlm/sc_ext.hh PRE-CREATION util/tlm/sc_ext.cc PRE-CREATION util/tlm/sc_mm.hh PRE-CREATION util/tlm/sc_mm.cc PRE-CREATION util/tlm/sc_port.hh PRE-CREATION util/tlm/sc_port.cc PRE-CREATION util/tlm/sc_target.hh PRE-CREATION util/tlm/sc_target.cc PRE-CREATION util/tlm/tgen.cfg PRE-CREATION util/tlm/tlm.py PRE-CREATION Diff: http://reviews.gem5.org/r/2753/diff/ Testing ------- Thanks, Matthias Jung _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
