Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
yoogx committed Feb 4, 2017
1 parent f5e4766 commit 7719773
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,27 @@ Ocarina AADL toolset |docs|
About:
------

Ocarina is an AADL model processor, providing code generation
facilities towards C and Ada; Petri Nets; scheduling tools (MAST,
Cheddar); WCET; REAL
Ocarina is an AADL model processor, it acts as a "compiler" for AADL models.

As a front-end, it supports

* AADLv2 language from `AS5506C standard <http://standards.sae.org/as5506c/>`_,
* the ARINC653 and the EMV2 Annex from `AS5506/1A standard <http://standards.sae.org/as5506/1a/>`_

As a back-end, it supports

* Code generation towards the AADL runtime `PolyORB-HI/Ada <https://github.com/OpenAADL/polyorb-hi-ada>`_ and `PolyORB-HI/C <https://github.com/OpenAADL/polyorb-hi-c>`_, and ARINC653 compliant APEX.
* WCET analysis, using `Bound-T <http://bound-t.com>`_
* Scheduling analysis, using `Cheddar <http://beru.univ-brest.fr/~singhoff/cheddar/>`_ and `MAST <http://mast.unican.es>`_
* Model checking, using Petri Net `Tina <http://projects.laas.fr/tina//>`_, and `LNT <http://cadp.inria.fr>`
* Constraint analysis, using the REAL annex language

It can be integrated with the `AADLib <https://github.com/OpenAADL/AADLib>`_ library of AADL components, and through a `OSATE2 plugin <https://github.com/OpenAADL/osate2-ocarina>`_

Installation:
-------------

Refer to the ocarina-build companion project for `details <https://github.com/openaadl/ocarina-build>`_

Q&A:
----
Expand All @@ -15,8 +33,6 @@ Build status for Linux and OS X: |build-status|

Code coverage: |coverage|



.. |build-status| image:: https://travis-ci.org/OpenAADL/ocarina.svg?branch=master
:target: https://travis-ci.org/OpenAADL/ocarina

Expand Down

0 comments on commit 7719773

Please sign in to comment.