----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3527/#review9369 -----------------------------------------------------------
Ship it! Ship It! - Matthias Jung On Jan. 30, 2017, 3:55 nachm., Christian Menard wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://reviews.gem5.org/r/3527/ > ----------------------------------------------------------- > > (Updated Jan. 30, 2017, 3:55 nachm.) > > > Review request for Default. > > > Repository: gem5 > > > Description > ------- > > Changeset 11794:3b95cfab373f > --------------------------- > misc: Clean up and complete the gem5<->SystemC-TLM bridge [1/6] > > The current TLM bridge only provides a Slave Port that allows the gem5 world > to > send request to the SystemC world. This patch series refractors and cleans up > the existing code, and adds a Master Port that allows the SystemC world to > send > requests to the gem5 world. > > This patch: > * Restructure the existing sources in preparation of the addition of the new > Master Port. > * Refractor names to allow for distinction of the slave and master port. > * Replace the Makefile by a SConstruct. > > > Diffs > ----- > > configs/common/MemConfig.py c10c50cb8ac9 > util/tlm/sc_ext.hh c10c50cb8ac9 > util/tlm/sc_ext.cc c10c50cb8ac9 > util/tlm/sc_mm.hh c10c50cb8ac9 > util/tlm/sc_mm.cc c10c50cb8ac9 > util/tlm/sc_peq.hh PRE-CREATION > util/tlm/sc_port.hh c10c50cb8ac9 > util/tlm/sc_port.cc c10c50cb8ac9 > util/tlm/sc_slave_port.hh PRE-CREATION > util/tlm/sc_slave_port.cc PRE-CREATION > util/tlm/sc_target.hh c10c50cb8ac9 > util/tlm/sc_target.cc c10c50cb8ac9 > util/tlm/sim_control.hh PRE-CREATION > util/tlm/sim_control.cc PRE-CREATION > util/tlm/tgen.cfg c10c50cb8ac9 > util/tlm/tlm.py c10c50cb8ac9 > util/tlm/tlm_elastic.py c10c50cb8ac9 > util/tlm/Makefile c10c50cb8ac9 > util/tlm/examples/slave_port/SConstruct PRE-CREATION > util/tlm/examples/slave_port/main.cc PRE-CREATION > util/tlm/examples/slave_port/run_gem5.sh PRE-CREATION > util/tlm/examples/slave_port/sc_target.hh PRE-CREATION > util/tlm/examples/slave_port/sc_target.cc PRE-CREATION > util/tlm/examples/slave_port/tgen.cfg PRE-CREATION > util/tlm/examples/slave_port/tlm.py PRE-CREATION > util/tlm/examples/slave_port/tlm_elastic.py PRE-CREATION > util/tlm/main.cc c10c50cb8ac9 > util/tlm/run_gem5.sh c10c50cb8ac9 > > Diff: http://reviews.gem5.org/r/3527/diff/ > > > Testing > ------- > > The examples provided in util/tlm (now util/tlm/examples/slave_port) still > compile and run error free. > > > Thanks, > > Christian Menard > > _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
