42 the question of components
play

42: The question of Components, Embedded Systems, and Everything 1 - PowerPoint PPT Presentation

42: The question of Components, Embedded Systems, and Everything 1 Florence Maraninchi, Tayeb Bouhadiba www-verimag.imag.fr/ maraninx Verimag-Synchrone / Inst. Nat. Polytechnique de Grenoble November 28, 2006 1 Freely adapted from The


  1. 42: The question of Components, Embedded Systems, and Everything 1 Florence Maraninchi, Tayeb Bouhadiba www-verimag.imag.fr/ ˜ maraninx Verimag-Synchrone / Inst. Nat. Polytechnique de Grenoble November 28, 2006 1 Freely adapted from “The Hitchhiker’s Guide to the Galaxy”, D. Adams. FM, TB (Verimag/INPG) 42 28/11/06 1 / 1

  2. Synchronous Languages, Component-Based Design and 42 FM, TB (Verimag/INPG) 42 28/11/06 2 / 1

  3. Synchronous Languages, Component-Based Design and 42 Synchronous Languages for the Component-Based Modeling of Heterogeneous (Embedded) Systems Example in Lustre: sensor networks [InterSense’06, IWWAN’06]. Key points: Lustre allows to model hardware in details (necessary for modeling energy consumption) Lustre can be used as an ADL Lustre allows to write EXECUTABLE models Lustre allows to include a model of the physical environment Lustre is connected to testing and verification tools Asynchrony and other MoCCs can be encoded into Lustre FM, TB (Verimag/INPG) 42 28/11/06 3 / 1

  4. Synchronous Languages, Component-Based Design and 42 Existing (successful) Component-Based Frameworks Hardware (synchronous) components, called IPs, really exist. The sequential Boolean abstraction of the electric behavior is sufficient for component-based design. Software components really exist (at least in non concurrent frameworks). The OO paradigm works. FM, TB (Verimag/INPG) 42 28/11/06 4 / 1

  5. Synchronous Languages, Component-Based Design and 42 What about concurrent embedded system design? Observe current practise in: programming with Lustre/SCADE, SystemC/TLM for systems-on-a-chip, virtual prototypes of sensor networks, Ptolemy, the Architecture Analysis and Design Language (AADL), ... FM, TB (Verimag/INPG) 42 28/11/06 5 / 1

  6. Synchronous Languages, Component-Based Design and 42 Lesson Component-based design is about forgetting as much as possible, as soon as possible. But: what you can forget about the detailed behaviour depends on the kind of “soup” in which you put your components. FM, TB (Verimag/INPG) 42 28/11/06 6 / 1

  7. Synchronous Languages, Component-Based Design and 42 Lesson Component-based design is about forgetting as much as possible, as soon as possible. But: what you can forget about the detailed behaviour depends on the kind of “soup” in which you put your components. Such “soups” are often called MoCCs. FM, TB (Verimag/INPG) 42 28/11/06 6 / 1

  8. Synchronous Languages, Component-Based Design and 42 42 Is meant to be: A simple framework to help identifying soups and forgetting things. Is not: – YAPMF (yet-another-parallel-modeling-formalism) – a high-level language – a tool similar to Ptolemy – ... FM, TB (Verimag/INPG) 42 28/11/06 7 / 1

  9. Synchronous Languages, Component-Based Design and 42 42: Approach Behaviors are in the components The oriented connections are nothing more than wires (no memory, no synchronisation). The way components (connected by wires) behave together is defined by a director that characterizes the MoC, as in Ptolemy The director is a small “program” in terms of more basic operations The director may be a model of a physical phenomenon (electricity in synchronous HW, an abstract non-deterministic model of the radio link for sensor networks, ...) or the code of an explicit scheduler in SW, or ... FM, TB (Verimag/INPG) 42 28/11/06 8 / 1

  10. Synchronous Languages, Component-Based Design and 42 Additional (“language”) Questions in 42 encapsulation and component protocols (like in OO frameworks) and/or assume-guarantee data specifications Conditions for an assemblage of components to be correct (session types, ...) hierarchy: (components+wires+director) is a new component separate code generation FM, TB (Verimag/INPG) 42 28/11/06 9 / 1

  11. 42: Definition FM, TB (Verimag/INPG) 42 28/11/06 10 / 1

  12. 42: Definition A Basic Component with a Self-Defined Notion of Atomicity Input Control Ports Output Input Data Ports Data Ports Output Control Ports (not necessarily deterministic) FM, TB (Verimag/INPG) 42 28/11/06 11 / 1

  13. 42: Definition A Basic Component with a Self-Defined Notion of Atomicity ic1 ic2 Input Control Ports id1 od1 id2 od2 id3 od3 Output Input Data Ports Data Ports Output Control Ports oc1 oc2 (not necessarily deterministic) FM, TB (Verimag/INPG) 42 28/11/06 11 / 1

  14. 42: Definition A Basic Component with a Self-Defined Notion of Atomicity ic1 ic2 Input Control Ports id1 od1 atomic id2 od2 step id3 od3 internal memory Output Input Data Ports Data Ports Output Control Ports oc1 oc2 (not necessarily deterministic) FM, TB (Verimag/INPG) 42 28/11/06 11 / 1

  15. 42: Definition Compositions: The global picture FM, TB (Verimag/INPG) 42 28/11/06 12 / 1

  16. 42: Definition Compositions: The global picture Comp B Comp A Comp C ic, oc Comp input port D output port FM, TB (Verimag/INPG) 42 28/11/06 12 / 1

  17. 42: Definition Compositions: The global picture c Comp B b a Comp A d Comp C f e ic, oc Comp input port D output port FM, TB (Verimag/INPG) 42 28/11/06 12 / 1

  18. 42: Definition Compositions: The global picture The controller: c Comp B b a Comp A d Comp C f e ic, oc Comp input port D output port FM, TB (Verimag/INPG) 42 28/11/06 12 / 1

  19. 42: Definition Compositions: The global picture The controller: − dialogs with ABCD (ic, oc) c Comp B b a Comp A d Comp C f e ic, oc Comp input port D output port FM, TB (Verimag/INPG) 42 28/11/06 12 / 1

  20. 42: Definition Compositions: The global picture The controller: − dialogs with ABCD (ic, oc) − Manages memory c for a, b, c, d, e, f Comp B b a Comp A d Comp C f e ic, oc Comp input port D output port FM, TB (Verimag/INPG) 42 28/11/06 12 / 1

  21. 42: Definition Compositions: The global picture The controller: − defines glob. ic, oc, id, od FM, TB (Verimag/INPG) 42 28/11/06 12 / 1

  22. 42: Definition 42 Component Protocols, What For? Define how components can be used Check that an assemblage of components is correct (e.g., in the synchronous MoC, it will enable the detection of instantaneous loops) Derive the code of the director from the protocols + other information Orthogonal to the notion of Assume/Guarantee data constraints FM, TB (Verimag/INPG) 42 28/11/06 13 / 1

  23. 42: Definition 42 Component Protocols, First Ideas (inspired by multi-clocked synchronous languages) Data Ports Output Instantaneous constraints to express e.g., the data output od is Control Ports relevant only when the control Control Ports Output input ic is true or, the data input Input id is required only when the control input ic is true Logical-time constraints: the data input id is required only if asked at the last activation (of this Data Ports component) with the control Input output oc FM, TB (Verimag/INPG) 42 28/11/06 14 / 1

  24. 42: Definition 42 Component Protocols, First Ideas (inspired by multi-clocked synchronous languages) od1 od2 od3 Data Ports Output Instantaneous constraints to express e.g., the data output od is Control Ports relevant only when the control Control Ports Output input ic is true or, the data input Input id is required only when the oc2 ic1 ic2 control input ic is true oc1 Logical-time constraints: the data input id is required only if asked at the last activation (of this Data Ports component) with the control Input output oc id1 id2 id3 FM, TB (Verimag/INPG) 42 28/11/06 14 / 1

  25. 42: Definition 42 Component Protocols, First Ideas (inspired by multi-clocked synchronous languages) od1 od2 od3 Data Ports Output Instantaneous constraints to express e.g., the data output od is Control Ports relevant only when the control Control Ports Output internal memory input ic is true or, the data input atomic step Input id is required only when the oc2 ic1 ic2 control input ic is true oc1 Logical-time constraints: the data input id is required only if asked at the last activation (of this Data Ports component) with the control Input output oc id1 id2 id3 FM, TB (Verimag/INPG) 42 28/11/06 14 / 1

  26. 42: Definition 42 Component Protocols, General Definition An automaton structure like in OO protocols, specifying the language of correct sequences of method calls, used here for control inputs Accepting states specify what sequences of activations are “complete” w.r.t. the atomicity the component behaviour On each transition labeled by a control input, indicate what data inputs it requires and what data or control outputs it produces FM, TB (Verimag/INPG) 42 28/11/06 15 / 1

  27. 42: Definition Example Object Protocol package java.applet; public class Applet { //@ public call_sequence // init() : (start() : stop())* : destroy(); // member declarations ... } The specification init . (start . stop) ∗ . destroy is meant for the whole life of the object. http://opuntia.cs.utep.edu/utjml/callseq.html Specifying and Checking Method Call Sequences of Java Programs FM, TB (Verimag/INPG) 42 28/11/06 16 / 1

  28. 42: Definition 42 Component Protocols, General Definition init control inputs: init, start, stop, destroy start stop destroy FM, TB (Verimag/INPG) 42 28/11/06 17 / 1

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend