chaitusvk Posted June 19, 2022 Report Posted June 19, 2022 when enabled DEBUG MSG i am getting errors .... ../../../src/sysc/kernel/sc_runnable_int.h:56:26: error: 'sc_get_current_process_name' is not a member of 'sc_core' ../../../src/sysc/kernel/sc_runnable_int.h:56:26: error: 'sc_get_current_process_name' is not a member of 'sc_core' << sc_core::sc_get_current_process_name("** NONE **") << "): " << MSG \ ../../../src/sysc/kernel/sc_runnable_int.h:56:26: error: 'sc_get_current_process_name' is not a member of 'sc_core' << sc_core::sc_get_current_process_name("** NONE **") << "): " << MSG \ ../../../src/sysc/kernel/sc_runnable_int.h:56:26: error: 'sc_get_current_process_name' is not a member of 'sc_core' << sc_core::sc_get_current_process_name("** NONE **") << "): " << MSG \ or It is giving error "NOT in SCOPE " ../../../src/sysc/kernel/sc_thread_process.h:56:17: error: 'sc_get_current_process_name' was not declared in this scope << sc_get_current_process_name("** NONE **") << "): " << MSG \ Quote
David Black Posted June 19, 2022 Report Posted June 19, 2022 What distribution of SystemC are you using? Please note that the DEBUG_MSG is not part of SystemC API and should not be used except by internal developers. It is intentionally disabled. You are obviously not passing the correct parameters and should study the source code to understand it. If your company is a member of Accellera, you may ask in the private language working group forum there (assuming your employer allows). Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.