The technology behind the award-winning aiT WCET Analyzers.

In real-time systems, tasks are subject to deadlines. It is essential that the worst-case execution time (WCET) of each task is known in order to ensure that the system works correctly. The consequences of a missed deadline range from simply annoying to disastrous — just imagine a flight control software that does not react in time. It is the duty of the developer to guarantee that the tasks will always meet the deadlines specified.

However, computing the worst-case execution time is a challenge:

Sample analysis result: WCET path

This is where AbsInt comes in. Over the recent years we have built up an unparalleled expertise in the area of WCET predictions for real-time systems. Our technology is based on statically analyzing a task's intrinsic cache and pipeline behavior. This allows us to compute correct and tight upper bounds for the worst-case execution time of the tasks in your application:

“AbsInt’s WCET tool is probably the best of its kind in the world” — IST Project DAEDALUS Final Review

Further analysis features:

Structure of a WCET Analyzer
Top