2.2.9. 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.

Copyright © 2007 ARM Limited. All rights reserved.ARM DUI 0359B
Non-Confidential