IEEE Access (Jan 2022)

Alvis Approach to Modeling and Verification of Real-Time Systems Running on Single-Processor Environment

  • Marcin Szpyrka,
  • Jaroslaw Baniewicz,
  • Andrei Karatkevich

DOI
https://doi.org/10.1109/ACCESS.2022.3210191
Journal volume & issue
Vol. 10
pp. 104178 – 104189

Abstract

Read online

Alvis is a formal modelling language developed primarily for modelling concurrent systems including real-time systems. The prepared model is compiled, and the resulting runnable model allows, e.g., to generate the state space and to verify the model using model checking techniques. The default version assumes that each system component (agent) executes its computations in parallel and that the hardware platform is not a shared resource. This paper describes an alternative approach in which agents remain concurrent, but compete for access to a single shared processor. This situation significantly affects the correctness of the system, in particular from the perspective of the timing properties of real-time systems. The key element of the presented solution is the fact that changing the runtime environment comes down to changing compiler options and does not require changes to the original model. This paper presents a method of designing Alvis language models for a single-processor hardware platform. The presented concepts are illustrated with examples.

Keywords