Heterogeneous Reactive System Modeling and Correct-by-Construction Deployment nov Luca Carloni UC Berkeley Alberto Sangiovanni-Vincentelli UC Berkeley Albert Benveniste Irisa/Inria Benoît Caillaud Irisa/Inria Paul Caspi Verimag
Outline Dealing with systems & components requires handling heterogeneity –Tools with different MoC and paradigms –Heterogeneous architectures and systems –Correct-By-Construction deployment: what and how? Modeling Heterogeneous Systems –Tagged-Signal Model –Desynchronization –Heterogeneous parallel composition –Semantic Preserving Theoretical Results –General theorem on semantic-preserving deployment –Endo/iso-chrony –Correct-By-Construction deployment over GALS Architectures
Heterogeneous models: design flow in automobile or aeronautics Systems modeling (UML, MDA,…) –Loose model of computation & communication Matlab/Simulink/Stateflow –Continuous time basis Statemate, synchronous languages Late assembly of imported functions –Can be in C… –Depends on OS and execution infrastructure Deployment –CAN, ARINC, TTA,…
Distributed Nature of Implementations in hardware –with DSM technologies, the chip becomes a distributed system –wire delays not negligible w.r.t. transistor delays –on-chip communication latency is hard to estimate in (embedded) software –applications with distributed nature badly matching the synchronous assumption real-time safety critical embedded systems in avionics and automotive industries industrial plants, transportation/power networks –large variations in computation/communication times –hard to maintain a global notion of time
DSM: Percentage of Reachable Die 16 clock cyles 8 clock cycles 4 clock cycles 2 clock cycles 1 clock cycle “For a 60 nanometer process a signal can reach only 5% of the die’s length in a clock cycle” [D. Matzke,1997] Cause: Combination of high frequencies and slower wires
Heterogeneous architectures: electronics for the Car Information Systems Telematics Fault Tolerant Body Electronics Body Functions Fail Safe Fault Functional Body Electronics Driving and Vehicle Dynamic Functions Mobile CommunicationsNavigation Fire Wall Access to WWW DAB Gate Way Theft warning Door Module Light Module Air Conditioning Shift by Wire Engine Management ABS Steer by Wire Brake by Wire MOST Firewire CAN Lin CAN TTCAN FlexRay
Classes of heterogeneous systems: GALS (in “asynch” HW and OO-SW) synchronous asynchronous
Classes of heterogeneous systems: LTTA ( distributed control) [BenvCaspi&al, Emsoft2002] synchronous timed synchronous timed asynchronous timed (bounded delay)
How to blend heterogeneous models while “preserving semantics”? synch synch + timed What have you asynch asynch + timed
How to blend heterogeneous models while “preserving semantics”? Our proposal: synch asynch by generating proper adaptors asynch + timed synch + timed What have you
Adaptors for GALS: informal discussion X Y Z X Y Z X Y Z synch asynch
Adaptors for GALS: informal discussion How to ensure that the two components do not see the difference when moving from synchrony to GALS?
Adaptors for GALS: informal discussion How to ensure that the two components do not see the difference when moving from synchrony to GALS? Easy if known to be single-clocked: bananas !
Adaptors for GALS: informal discussion How to ensure that the two components do not see the difference when moving from synchrony to GALS? In general bananas can be many! bananas ???
Adaptors for GALS: informal discussion Solution: attach to each wire a boolean_clock that is present in each reaction and tells you the presence/absence for the wire (cf. hardware) bananas ??? fftt ff
Adaptors for GALS: informal discussion OK, but poor if slow/fast communications between components, because all boolean clocks must be communicated at fastest pace theory needed! bananas ??? fftt ff
Outline Dealing with systems & components requires handling heterogeneity –Tools with different MoC and paradigms –Heterogeneous systems –Correct-By-Construction deployment: what and how? Modeling Heterogeneous Systems –Tagged-Signal Model –Desynchronization –Heterogeneous parallel composition –Semantic Preserving Theoretical Results –General theorem on semantic-preserving deployment –Endo/iso-chrony –Correct-By-Construction deployment over GALS Architectures
Formalizing GALS X Y Z X Y Z X Y Z synch asynch
Formalizing GALS [LeeASV98] X Y Z asynch + TAGS X Y Z asynch X Y Z synch = …
Formalizing GALS: desynchronization X Y Z asynch + TAGS X Y Z asynch desynchronise = remove TAGS
Formalizing GALS: P || Q X Y V unify values and TAGS X Y U
Formalizing GALS: P || Q X Y V X Y U ignore unify values, ignore TAGS [LeGuerTal2002]
Formalizing GALS: P || Q X Y V X Y U ignore unify values, ignore TAGS on the left synch asynch
TAGS generalize and heterogeneize X Z 1, t 1, s 2, s 3, t 4, t 4, s a TAG consisting of the triple (reaction, physical time, causality)
TAGS generalize and heterogeneize X Y U t1t2t3t4 23 TAGS can belong to any partially ordered set – tags can index reactions, can be (global or local) real time R, can encode causality, can do both, etc. TAGS can be tuples – (generalized) desynchronization consists in erasing some components of the tag; yields morphisms of tag sets, we denote them by different TAG sets can be used for different systems – we can mix synchronous systems (with tag set N) and asynchronous ones (with trivial tag set), and more
TAGS generalize and heterogeneize synch Synch + timed What have you asynch
Is this any useful???
Yes! For correct deployment synch
Yes! For correct deployment synch asynch
Sometimes this move is OK, sometimes not… make it OK! synch asynch
Sometimes this move is OK, sometimes not… make it OK! synch asynch using adaptors
Outline Dealing with systems & components requires handling heterogeneity –Tools with different MoC and paradigms –Heterogeneous systems –Correct-By-Construction deployment: what and how? Modeling Heterogeneous Systems –Tagged-Signal Model –Desynchronization –Heterogeneous parallel composition –Semantic Preserving Theoretical Results –General theorem on semantic-preserving deployment –Endo/iso-chrony –Correct-By-Construction deployment over GALS Architectures
A theory to automatically generate adaptors
Semantic-Preserving Time Changes Given P 1 =(V 1,T 1 ), P 2 =(V 2,T 2 ) with time change mappings : T 1 T and : T 2 T let T 1 =T 2 and consider two semantics: - the Strong Semantics: P 1 || P 2 [unify values & all_tags] - the Weak Semantics: P 1 || P 2 [ignore (tags)] is semantics-preserving when two behaviors, which compose according to the strong semantics, compose also according to the weak one, written P 1 || P 2 P 1 || P 2 Define also P i, =(V i,T), the desynchronization of P i
Semantic-Preserving Time Changes Given P 1 =(V 1,T 1 ), P 2 =(V 2,T 2 ) with time change mappings : T 1 T and : T 2 T let T 1 =T 2 and consider two semantics: - the Strong Semantics: P 1 || P 2 [unify values&all_tags] - the Weak Semantics: P 1 || P 2 [ignore (tags)] is semantics-preserving when two behaviors, which compose according to the strong semantics, compose also according to the weak one, written P 1 || P 2 P 1 || P 2 Define also P i, =(V i,T), the desynchronization of P i
Theorem [Emsoft2003] Given P 1 =(V 1,T 1 ), P 2 =(V 2,T 2 ) with T 1 =T 2 : P 1 || P 2 P 1 || P 2 i {1,2} : P i, is in bijection with P i (P ) || (Q ) = (P || Q) (1) (2) GALS: endochrony GALS: isochrony (1) (2)
Endochrony & Isochrony for GALS [BenvCaillaud2000] A synchronous process P is endochronous when at each state the presence/absence of each variable can be inferred incrementally from the values carried by present input variables and state variables. A synchronous pair ( P 1,P 2 ) is isochronous when at each state if each pair of shared variables that are present in both P 1,P 2 have the same value then all the shared variable are either present with the same value or absent endo+iso deployment is semantics preserving
Endochrony & Isochrony for GALS [BenvCaillaud2000] A process P is endochronous when at each state the presence/absence of each variable can be inferred incrementally from the values carried by present input variables and state variables. A pair ( P 1,P 2 ) is isochronous when at each state if each pair of shared variables that are present in both P 1,P 2 have the same value then all the shared variable are either present with the same value or absent Endochrony and isochrony are expressed in terms of transition relations (not infinite behaviors) –They can be model-checked –They can be synthesized: for a given P wrapper processes with additional signalling can be derived and composed with P to guarantee each property. Wrappers provide “cheap additional signalling”
Future extension: finite generators for general TAG systems X Z 1, t 1, s 2, s 3, t 4, t 4, s TAG set equipped with a monoid structure making it a partial order Alike generalized HMSC’s (High-level Message Sequence Charts), with asynchronous concatenation Labeled by TAGS: TAG-HMSC Future work: endo/iso for TAG-HMSC’s .
Conclusion Heterogeneous reactive systems modeled as tagged systems Tag sets to capture: reaction indices, physical time, causalities… and their combination Desynchronizing erasing (part of) tags Theorems to cast semantics preserving as specific algebraic properties of tuples of systems Goal: to generate adaptors for correct-by- construction deployment
a n o