Taste

From emboxit
Revision as of 16:52, 11 September 2015 by Admin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
You are cordially invited to download the TASTE VM, a
Virtual Machine that contains all the tools you saw - built
over the last 6 years. Use this VM with the free VMWARE
Player (Windows, Linux) or VirtualBox (Linux, OS/X)
 The VM auto-updates itself, once you boot it, via a simple
“UpdateTASTE.sh” script – or a simple double-click on a
desktop icon :-) You are always up to date in terms of our
tools.
 The technology is quite mature – join us! We can build a
mission together, even up to a complete satellite.





copy from http://taste.tuxfamily.org/wiki/index.php?title=Overview

General

TASTE is a set of freely-available tools dedicated to the development of embedded, real-time systems. It was developed by the European Space Agency (ESA), together with a set of partners from the space industry.

TASTE allows software designers to easily integrate heteregeneous pieces of code produced either manually (in C or Ada) or automatically by external modelling tools such as MATLAB Simulink, SCADE, or Real-Time Developer Studio.

Consistency of the integration is ensured through the use of two formal modelling languages : AADL and ASN.1.

By using TASTE, a software system architect can easily produce a complete and homogeneous system in three steps as depicted by the following figure (see below).

File:TASTE-PROCESS.jpg
The TASTE process

Functionalities

  • Produce an homogeneous SW system from a set of heterogeneous functions (Written in C, Ada, Simulink, VHDL, SCADE, and/or SDL)
  • Provide facilities for schedulability analysis (Integrates CHEDDAR, MAST, and Marzhin)
  • Provide features for early verification and testing of the generated SW (GUIs and Python scripts)
  • Provides built-in behavioural modelling facilities (state machine editor) and automatic code generation
  • Generate multiple implementations (manage distribution) from one unique model: ease application portability
  • Supports the integration of FPGA components
  • Support expandability of features through openness to external tools.
  • Supports connection with SQL databases


Screenshots

This picture shows one of the main TASTE graphical editors, called "Interface View editor". This tool is used to capture the system logical architecture, in terms of functions connected through their interfaces:

File:TASTE-IV.png
TASTE Interface View Editor

This picture shows an example of an SDL/RTDS "function skeleton" generated by TASTE. TASTE generates an SDL state machine and all its "SIGNAL" and datatypes parameters, so that the end user only has to fill the content of the state machine. TASTE does the same for Ada, C, Simulink, SCADE, and VHDL.

File:Rtds-skeleton.png
SDL/RTDS "function skeleton"

TASTE also comes with two built-in (free) SDL editors that allow graphical description of state machines, and automatic code generation:

File:Og-complete.png
OpenGEODE built-in SDL editor

This picture shows a graphical user interface automatically generated by TASTE to "stub" a function declared in the Interface View. It is possible to interact with the rest of the system at runtime, by sending and receiving messages, and plotting data. Trace of execution (exchanges of messages) is recorded in the form of sequence diagrams (MSC documents) and can be converted to Python scripts. This way, complex interaction with the system can be programmed in order to validate operational scenario at runtime on the target.

File:Taste-gui2.png
automatically generated GUI

Supported architectures and targets

TASTE is able to generate systems from a high-level abstraction. It can generate applications for the following architectures:

License

TASTE is made of a number of components and does not have a single licensing scheme. All tools can be used freely. Most of the tools are free, open-source components (using a GPL or LGPL license) ; however a few tools are still closed-source. This is an overview of the licenses used in the core TASTE components:


  • Ocarina (AADL parser and code generator) and Polyorb-HI (runtime) are GPL
  • ASN1Scc (ASN.1 compiler) is LGPL
  • OpenGEODE (SDL editor) is LGPL
  • Interface, Deployment and Concurrency view editors are closed-source
  • SDL FSM Editor is closed source
  • RTEMS is GPL
  • Buildsupport (model transformation) is LGPL
  • Data Modelling tools are LGPL
  • Cheddar and Marzhin (Scheduling Analysis) - TBC