Skip to content

sbliudze/xml2bip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bt2bip

Prerequisites tinyxml2

Building

Running model transformation

  • ./xml2bip -o ../test/mytree.bip -i ../test/mytree.xml where -o output-file-path -i input-file-path

Running model checking

  • enter folder scripts
  • run gene_models.bash to translate bip to smv file (make sure the bip model is copied to this folder) e.g., ./gene_models.bash
  • run add_property.py to add property to the smv file, e.g., python add_property.py
  • run nuXmv_ic3.bash to verify the smv file, e.g., ./nuXmv_ic3.bash
  • run clean_up.bash to remove intermediate files (optional)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.9%
  • Other 1.1%