ASCoDT Component Specification: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
For the specification of components, ports and interfaces we use a simplified version of SIDL. The grammar for the simplified language can be downloaded from [[File:grammer.doc]] | For the specification of components, ports and interfaces we use a simplified version of SIDL. The grammar for the simplified language can be downloaded from [[File:grammer.doc]]. The language in our implementation is meant only for prototyping purposes. It supports only a small set of types, which are crucial for scientific applications. | ||
= SIDL - Short Introduction = | |||
= Interfaces = | |||
= Components = | |||
== Targets == | |||
== Uses-ports == | |||
== Provides-ports == |
Revision as of 15:26, 13 September 2012
For the specification of components, ports and interfaces we use a simplified version of SIDL. The grammar for the simplified language can be downloaded from File:Grammer.doc. The language in our implementation is meant only for prototyping purposes. It supports only a small set of types, which are crucial for scientific applications.