Wilson's Blog

Rise, the great work must be done!

0%

Introduction to Formal Verification Project

The aim of the project is to implement a system that simulates vehicle movements in a grid zone and verify the implementation of the system to meet design specifications.
GitHub repo is available here.

The following animation shows how vehicles within this system move.
Statistics on the left show the current throughput, stale vehicles, collisions, U-turns, red light violations and the elapsed time.

The verification phase of the project is done with Spin and Promela.
Spin is a tool for multi-thread application verification.
To use spin, the application to be verified should be re-coded using Promela.
The re-coded application then compiles and runs in Spin.

For more details, including design specifications and implementation details, refer to the README in the GitHub repo.

Welcome to my other publishing channels