Hi all
I have a SystemC thread.
I create two instances of this thread in main ( so, now two threads are ready to run)
What I tired was to randomize the execution order of these two threads, hence i used a event.notify()
But when I do that, i get the warning "immediate Self Notification ignored"
Where am I going wrong?
thanks in advance
regards
Ashwath