(redirected from PmWiki.WikiSandbox)

Overview

Kratos is a software model checker for SystemC . Currently, it only verifies safety properties in the form of program assertion. Kratos provides two different analyses for verifying SystemC designs: sequential and concurrent analyses. The sequential analysis is based on the lazy predicate abstraction and relies on the translation from SystemC designs to sequential C programs. The concurrent analysis is based on the ESST algorithm that combines Explicit state techniques to handle the SystemC Scheduler with Symbolic techniques based on lazy predicate abstraction to handle the Threads.

Downloads

Kratos consists of two executables that run under Linux machine:

  1. swchecker implements the sequential analysis.
  2. cswchecker implements the concurrent analysis.

Documents related to Kratos are the following:

  1. Manual.
  2. Architecture (a tool paper submitted for publication).

Benchmarks

  1. Benchmarks for swchecker.
  2. Benchmarks for cswchecker.

Comparisons


Page last modified on January 17, 2011, at 04:36 PM