From 51fbc34fb398fa336ebbb3179f4e43cbb4d44595 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Mon, 22 Mar 2021 11:57:40 +0000 Subject: [PATCH] change namespace of core complex --- incl/sysc/core_complex.h | 2 +- src/sysc/core_complex.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/incl/sysc/core_complex.h b/incl/sysc/core_complex.h index 8456f4e..b339ce0 100644 --- a/incl/sysc/core_complex.h +++ b/incl/sysc/core_complex.h @@ -70,7 +70,7 @@ public: bool operator!=(const tlm_dmi_ext &o) const { return !operator==(o); } }; -namespace SiFive { +namespace tgfs { class core_wrapper; class core_complex : public sc_core::sc_module, public scc::traceable { diff --git a/src/sysc/core_complex.cpp b/src/sysc/core_complex.cpp index 4e06961..c77648f 100644 --- a/src/sysc/core_complex.cpp +++ b/src/sysc/core_complex.cpp @@ -49,7 +49,7 @@ #endif namespace sysc { -namespace SiFive { +namespace tgfs { using namespace std; using namespace iss; using namespace logging;