Update to SystemC 3.0.1
Fix some of the deprecation warnings introduced in the new version such as the removal of SC_HAS_PROCESS.
This commit is contained in:
@@ -83,7 +83,6 @@ struct BlockingInitiator : sc_core::sc_module
|
||||
SC_THREAD(readAccess);
|
||||
SC_THREAD(writeAccess);
|
||||
}
|
||||
SC_HAS_PROCESS(BlockingInitiator);
|
||||
|
||||
void readAccess()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user