summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHoa Nguyen <hoanguyen@ucdavis.edu>2019-11-06 15:43:18 -0800
committerHoa Nguyen <hoanguyen@ucdavis.edu>2019-11-07 05:01:20 +0000
commit42bb157fd1924061bc2ee518148c39e627fa84bf (patch)
tree80bc41ff7acea8cc5ae7084158c830d76f2b6060 /src
parentbff1d59511e3a27123d3cbc68d67ebd01ab90282 (diff)
downloadgem5-42bb157fd1924061bc2ee518148c39e627fa84bf.tar.xz
systemc: Remove boost dependency caused by tlm
This commit replaces the tlm header file, which caused the boost dependency. Change-Id: Ie4b1af71202522d8139e9a861144863097188072 Signed-off-by: Hoa Nguyen <hoanguyen@ucdavis.edu> Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/22624 Reviewed-by: Jason Lowe-Power <jason@lowepower.com> Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu> Maintainer: Gabe Black <gabeblack@google.com> Tested-by: kokoro <noreply+kokoro@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/systemc/tlm_bridge/sc_peq.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/systemc/tlm_bridge/sc_peq.hh b/src/systemc/tlm_bridge/sc_peq.hh
index 386142b72..dc0b92b9b 100644
--- a/src/systemc/tlm_bridge/sc_peq.hh
+++ b/src/systemc/tlm_bridge/sc_peq.hh
@@ -37,8 +37,7 @@
#ifndef PAYLOAD_EVENT_H_
#define PAYLOAD_EVENT_H_
-// TLM includes
-#include <tlm.h>
+#include "systemc/ext/core/sc_main.hh"
// gem5 includes
#include <sim/eventq.hh>