From aa651c7f8321bf96fc88f9a17285225000a753ec Mon Sep 17 00:00:00 2001 From: Matthias Jung Date: Wed, 1 Mar 2017 18:39:56 +0100 Subject: ext: Include SystemC 2.3.1 into gem5 In the past it happened several times that some changes in gem5 broke the SystemC coupling. Recently Accelera has changed the licence for SystemC from their own licence to Apache2.0, which is compatible with gem5. However, SystemC usually relies on the Boost library, but I was able to exchange the boost calls by c++11 alternatives. The recent SystemC version is placed into /ext and is integrated into gem5's build system. The goal is to integrate some SystemC tests for the CI in some following patches. Change-Id: I4b66ec806b5e3cffc1d7c85d3735ff4fa5b31fd0 Reviewed-on: https://gem5-review.googlesource.com/2240 Reviewed-by: Andreas Sandberg Maintainer: Andreas Sandberg --- ext/systemc/src/sysc/qt/b.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ext/systemc/src/sysc/qt/b.h (limited to 'ext/systemc/src/sysc/qt/b.h') diff --git a/ext/systemc/src/sysc/qt/b.h b/ext/systemc/src/sysc/qt/b.h new file mode 100644 index 000000000..49e587c77 --- /dev/null +++ b/ext/systemc/src/sysc/qt/b.h @@ -0,0 +1,11 @@ +#ifndef B_H +#define B_H "$Header: /Users/acg/CVSROOT/systemc-2.3/src/sysc/qt/b.h,v 1.1.1.1 2006/12/15 20:20:06 acg Exp $" + +#include "copyright.h" + +extern void b_call_reg (int n); +extern void b_call_imm (int n); +extern void b_add (int n); +extern void b_load (int n); + +#endif /* ndef B_H */ -- cgit v1.2.3