Changes between Version 4 and Version 5 of WikiStart


Ignore:
Timestamp:
02/13/08 18:02:33 (16 years ago)
Author:
jerome
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v4 v5  
    1 = Welcome to Cheddar developper wiki = 
     1= Welcome to Cheddar Wiki = 
    22 
    3 Cheddar is a free real time scheduling tool. Cheddar is designed for checking task temporal constraints of a real time application/system. Systems to analyze can be described with AADL or a with Cheddar specific language. It can help you for quick prototyping of real time schedulers. It can also be used for educational purpose. Cheddar is developed and maintained by the [wiki:LISYC] Team, University of Brest. 
     3Cheddar is a free real time scheduling tool. Cheddar is designed for checking task temporal constraints of a real time application/system. Systems to analyze can be described with AADL or a with Cheddar specific language. It can help you for quick prototyping of real time schedulers. It can also be used for educational purpose. Cheddar is developed and maintained by the [http://www.ea2215.univ-brest.fr/ LISYC] Team, University of Brest. 
    44 
    55Cheddar relies on Ocarina to provide schedulability analysis of AADL models. The ocarina team also use the Cheddar analyzer for their research projects and some tutorial/labs. There is a strong cooperation between the two teams. 
    66 
    7 Cheddar can be run as a [wiki:STOOD] or as a [wiki:TOPCASED] plugin. The interoperability of STOOD/TOPCASED/Cheddar is managed by Pierre Dissaux ([wiki:Ellidiss] software) . There is also a strong cooperation between the Cheddar team and Ellidiss technologies to investigate how Cheddar can be effeciently analyze AADL models built with STOOD. 
     7Cheddar can be run as a [http://www.ellidiss.com/ STOOD] or as a [http://www.topcased.org/ TOPCASED] plugin. The interoperability of STOOD/TOPCASED/Cheddar is managed by Pierre Dissaux ([http://www.ellidiss.com/ Ellidiss software]) . There is also a strong cooperation between the Cheddar team and Ellidiss technologies to investigate how Cheddar can be effeciently analyze AADL models built with STOOD. 
    88 
    99Our real time scheduling simulator is composed of two independent parts : a graphical editor used to describe a real time application/system, and a framework which includes most of classical real time scheduling/feasibility algotithms/tests. 
    1010 
    11 Cheddar is written in [wiki:Ada]. The graphical editor is made with [wiki:GtkAda]. Cheddar runs on Solaris, Linux and win32 boxes and should run on every GNAT/GtkAda supported platforms ( see [wiki:AdaCore] web site for details).  
     11Cheddar is written in [wiki:Ada]. The graphical editor is made with [wiki:GtkAda]. Cheddar runs on Solaris, Linux and win32 boxes and should run on every GNAT/GtkAda supported platforms ( see [http://www.act-europe.fr/ AdaCore web site] for details).  
     12 
     13= Cheddar User  = 
     14 
     15Cheddar can be downloaded in [http://beru.univ-brest.fr/~singhoff/cheddar/ Cheddar official webpage]. 
     16 
     17If you want to report a bug, ask for a new feature, ... click on "New Ticket" tab. 
     18 
     19= Cheddar developper = 
     20 
     21Cheddar can be builed using IDE :  
     22 
     23 * [wiki:GPS] (GNAT Programming Studio)  
     24 
     25 * [wiki:AdaGide]