systemc: Add Port types for initiator and target sockets.
authorGabe Black <gabeblack@google.com>
Tue, 16 Apr 2019 02:56:40 +0000 (19:56 -0700)
committerGabe Black <gabeblack@google.com>
Wed, 24 Apr 2019 11:00:43 +0000 (11:00 +0000)
commite76777d5e641633d378a0ee4da5904a6edb8219d
tree6bfdb3000d93f39aa152682660fa9fcfbb41abaf
parent77201c851e809483785aefb3ea8de5ffcd18b20d
systemc: Add Port types for initiator and target sockets.

These make it clear that a port represents a TLM socket, what direction
it faces, and what its width is.

Change-Id: Idcbea2b9b053f1e0685e011bc2c7de2468fb25b2
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/18172
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/systemc/SConscript
src/systemc/Tlm.py [new file with mode: 0644]