Skip to content

a-r-n/RRCInspector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RRCInspector

Dependencies:

NuSMV
Download binary here: http://nusmv.fbk.eu/bin/bin_download2-v2.cgi

To run:

  1. Run the script

      ./translate.sh

This will generate a new version of the file fsm.smv, based on the specifications in FSM.xml.

  1. Run the command

      ./<path-to-NuSMV> -bmc -bmc-length 20 <path-to-fsm.smv>

This will run the model checker on the FSM against the properties and output the counter examples.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • Shell 0.4%