change namespace of core complex

This commit is contained in:
2021-03-22 11:57:40 +00:00
parent 4e0f20eba0
commit 51fbc34fb3
2 changed files with 2 additions and 2 deletions

View File

@ -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 {