An Introduction to Time-Constrained Automata
Matthieu Lemerre (CEA LIST), Vincent David (CEA LIST), Christophe, Aussagu\`es (CEA LIST), Guy Vidal-Naquet (SUPELEC)

TL;DR
This paper introduces time-constrained automata (TCA), a flexible model for hard real-time systems that allows precise timing constraints, dynamic behavior, and efficient scheduling, enhancing traditional real-time computation models.
Contribution
The paper presents TCA as a novel model for real-time computation, detailing its properties, scheduling semantics, automatic derivation from code, and optimal scheduling methods.
Findings
TCA can be automatically derived from source code.
TCA can be scheduled optimally on single processors using a variant of EDF.
Time constraints in TCA guarantee communication determinism and agent interaction analysis.
Abstract
We present time-constrained automata (TCA), a model for hard real-time computation in which agents behaviors are modeled by automata and constrained by time intervals. TCA actions can have multiple start time and deadlines, can be aperiodic, and are selected dynamically following a graph, the time-constrained automaton. This allows expressing much more precise time constraints than classical periodic or sporadic model, while preserving the ease of scheduling and analysis. We provide some properties of this model as well as their scheduling semantics. We show that TCA can be automatically derived from source-code, and optimally scheduled on single processors using a variant of EDF. We explain how time constraints can be used to guarantee communication determinism by construction, and to study when possible agent interactions happen.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsLogic, programming, and type systems · Formal Methods in Verification · semigroups and automata theory
