Ocarina

From TASTE
Revision as of 21:01, 4 August 2017 by Ttsiodras (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Overview

Ocarina is used to analyze and build applications from AADL descriptions. Because of its modular architecture, Ocarina can also be used to add AADL functions to existing applications. Ocarina supports the AADL 1.0 and AADLv2 standards.

Features

  • Parsing and pretty printing of AADL models.
  • Semantics checks.
  • Code generation using PolyORB-HI-Ada and PolyORB-HI-C under TASTE.
  • Model checking using Petri nets.
  • Computation of Worst-Case Execution Time using Bound-T.
  • REAL, Requirement Enforcement and Analysis Language, an AADLv2 annex language to evaluate properties and metrics of AADLv2 architectural models.
  • Scheduling analysis of AADL models, with a gateway to the CHEDDAR scheduling analysis tool.

License

Released under GPL license.

Dependencies

Installation from sources

assert@assertvm:~/tool-src/ocarina$ PREFIX=whereveryouwanttoinstall
  • Configure
assert@assertvm:~/tool-src/ocarina$ make distclean ; ./support/reconfig && ./configure --prefix=$(PREFIX) --enable-debug
  • Invoke make
assert@assertvm:~/tool-src/ocarina$ make
  • Finally, invoke make install
assert@assertvm:~/tool-src/ocarina$ make install