Hi,
I am getting below error when compiling systemc code.
"$TESTDIR/../../src/common/test_uvm/cxx//reg_interceptor_wrapper.h", line 85: error:
identifier "sc_bind" is undefined
sc_spawn( sc_bind(&sc_sim_reg_if::write, this->wrappedObject, payload.GetAddress(), payload.GetValue()) );
^
"$TESTDIR/../../src/common/test_uvm/cxx//reg_interceptor_wrapper.h", line 85: error:
identifier "sc_spawn" is undefined
sc_spawn( sc_bind(&sc_sim_reg_if::write, this->wrappedObject, payload.GetAddress(), payload.GetValue()) );
Am I missing any file to include from systemC library?
I have already included systemc.h file in my csim wrapper.
Thanks,
Bharat,