The toolchain is implemented in a script called pok-toolchain.pl.
      This script is used to perform the different actions of the development
      process. This script has the following options:
      
- models= is a REQUIRED option. It specifies the
            AADL models you use for this system. For example, you can specify
            models=model1.aadl,model2.aadl. This is the list of
            your models.
- nogenerate: do not generate the code. By default, the
            toolchain generates the code from AADL models.
- norun: do not run the generated systems. By default,
            the toolchain generates code and run generated systems.
- nocheck: do not validate the architecture.
- root=system_name: Specify the root system of your
            architecture. If your models contain several system
            components, you need to specify what is the AADL root
            system component.
- arinc653: use ARINC653 code generation patterns.
      
Copyright 2009 POK Team