----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3527/ -----------------------------------------------------------
(Updated July 13, 2016, 12:55 p.m.) Review request for Default. Changes ------- Fix the patch (It didn't apply cleanly) 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 restructures the existing source code in util/tlm in order to allow for code reuse and a clear file structure whenn adding a master port implementation. Diffs (updated) ----- util/tlm/tgen.cfg 704b0198f747b766b839c577614eb2924fd1dfee util/tlm/tlm.py 704b0198f747b766b839c577614eb2924fd1dfee util/tlm/tlm_elastic.py 704b0198f747b766b839c577614eb2924fd1dfee util/tlm/sc_port.hh 704b0198f747b766b839c577614eb2924fd1dfee util/tlm/sc_port.cc 704b0198f747b766b839c577614eb2924fd1dfee util/tlm/sc_target.hh 704b0198f747b766b839c577614eb2924fd1dfee util/tlm/sc_target.cc 704b0198f747b766b839c577614eb2924fd1dfee util/tlm/sim_control.hh PRE-CREATION configs/common/MemConfig.py 704b0198f747b766b839c577614eb2924fd1dfee util/tlm/Makefile 704b0198f747b766b839c577614eb2924fd1dfee util/tlm/README 704b0198f747b766b839c577614eb2924fd1dfee util/tlm/examples/slave_port/main.cc PRE-CREATION util/tlm/main.cc 704b0198f747b766b839c577614eb2924fd1dfee util/tlm/payload_event.hh PRE-CREATION util/tlm/run_gem5.sh 704b0198f747b766b839c577614eb2924fd1dfee 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
