LO_MAIN
is a GENERATED procedure, that “glues’ together all the specific modules as partitioned by the compilation-profile. SinceLO_MAIN
refers to specific procedures, it differs between different models:Note: TheLO_MAIN
is actually the scheduler of the generated components. It applies a fair non-prioritized round-robin scheduling policy, similar to the interpretive simulator. However, it is possible to introduce priority scheduling by modifying this module.