util,systemc: Update the gem5-within-systemc TLM example code.
authorGabe Black <gabeblack@google.com>
Fri, 14 Aug 2020 01:18:08 +0000 (18:18 -0700)
committerGabe Black <gabeblack@google.com>
Sun, 16 Aug 2020 04:29:27 +0000 (04:29 +0000)
commit2e824fa85788febaf0eccd274b4d1efd7b734a78
tree7707ee2b9cfaf10ec277fd527017de9ed5190100
parentdb3490445d4d924fbf96d168c3936e7d0fe0bd06
util,systemc: Update the gem5-within-systemc TLM example code.

Some class names within gem5 changed in March of last year, and this
code was not updated to match. Change ExternalMaster::Port to
ExternalMaster::ExternalPort, and ExternalSlave::Port to
ExternalSlave::ExternalPort.

Change-Id: I04c0970c4107de3449473c24c7c6f99ada72bbb3
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/32640
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
util/tlm/src/sc_master_port.cc
util/tlm/src/sc_master_port.hh
util/tlm/src/sc_slave_port.cc
util/tlm/src/sc_slave_port.hh