diff --git a/incl/sysc/core_complex.h b/incl/sysc/core_complex.h index eecd7aa..28acb48 100644 --- a/incl/sysc/core_complex.h +++ b/incl/sysc/core_complex.h @@ -33,10 +33,10 @@ #ifndef _SYSC_SIFIVE_FE310_H_ #define _SYSC_SIFIVE_FE310_H_ +#include #include "tlm/scc/initiator_mixin.h" #include "scc/traceable.h" #include "scc/utilities.h" -#include "tlm/scc/scv4tlm/tlm_rec_initiator_socket.h" #include #include #include @@ -75,7 +75,7 @@ class core_wrapper; class core_complex : public sc_core::sc_module, public scc::traceable { public: - tlm::scc::initiator_mixin> initiator{"intor"}; + tlm::scc::initiator_mixin> initiator{"intor"}; sc_core::sc_in clk_i{"clk_i"};