Abstract
The rate-synchronous model formalizes an industrial approach for composing Lustre nodes that execute at different rates. Such programs are compiled to cyclic sequential code in two steps. First, an integer linear program is solved to assign each component to a phase relative to its period. Second, the corresponding step functions are ordered for execution within a cycle of the generated code. By default, programs are deterministic: for any valid schedule, the generated code calculates the values decreed by the source dataflow semantics at the specified rates. In practice, though, specifying precise values in the source program is sometimes unnecessary, impracticable, and overly constraining. In this case, the integer linear programming constraints can be relaxed, though not necessarily completely, and their solution decides which dataflow semantics applies. Care is still required to ensure that code generation remains deterministic.
| Original language | English |
|---|---|
| Pages (from-to) | 119-122 |
| Number of pages | 4 |
| Journal | IEEE Embedded Systems Letters |
| Volume | 17 |
| Issue number | 2 |
| DOIs | |
| Publication status | Published - 1 Jan 2025 |
Keywords
- Dataflow synchronous programming
- time-centric reactive software