Research Article
Runtime Instrumentation of SystemC/TLM2 Interfaces for Fault Tolerance Requirements Verification in Software Cosimulation
p_initiator = new Initiator("Initiator"); | p_target = new Target ("Target"); | p_initiator->socket.bind( p_target->socket ); | :::: |
|