| |||
| Home > The Cycle Accurate Simulation Interface > The CASIModule class > CASIModule::communicate() |
This function is called each cycle during cycle-based simulation.
virtual void communicate() {
message(CASI_MSG_ERROR, "Default communicate called.");
}
During the communicate phase, the cycle-based components interact and exchange data. You must implement this function in your component if it uses the cycle-based simulation clock.