Services and Modeling for Embedded Software Development
Embecosm divider strip
Prev  Next

5.4.3.  Module Instantiation

Instances of the Or1ksim ISS and the logger are created, the ISS being passed the two program arguments for its initialization.

  Or1ksimSC  iss( "or1ksim", argv[1], argv[2] );
  LoggerSC   logger( "logger" );
	  
Embecosm divider strip