Coder Social home page Coder Social logo

mohdsm81 / romp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from civic-fv/romp

0.0 0.0 0.0 7.69 MB

romp is a verification tool that uses the murphi verification language along side a parallelized random walk of the state-space to perform verification tasks.

License: The Unlicense

Shell 2.32% C++ 39.17% Python 3.64% C 0.06% Emacs Lisp 0.04% Objective-C 44.24% MATLAB 4.26% M 1.40% Mathematica 1.53% Makefile 0.33% CMake 0.35% Yacc 0.64% Lex 0.24% SMT 1.24% Dockerfile 0.14% Roff 0.37% Vim Script 0.03%

romp's Introduction

romp

romp is a verification tool that uses the murphi verification language along side a parallelized random walk of the state-space to perform verification tasks.

It utilizes libmurphi which is a custom fork of rumur's librumur murphi parsing library, and CMake build system.

Building from Source

First you will need to have the following dependencies installed:

Then:

# Download romp
git clone https://github.com/civic-fv/romp
cd romp

# Configure and compile
mkdir build
cd build
cmake ..
make
make install

# Generate a checker
romp my-model.m

# Compile the checker
cc -std=c++17 -pthread -O3 -o my-model.romp my-model.romp.cpp

# Run the checker
./a.out

Compilation produces several artifacts including the romp binary itself:

  • romp: Tool for translating a Murphi model into a program that implements a checker;;
  • libmurphi.a: A library for building your own Murphi model tools; and
  • include/murphi/: The API for the above library.

Tests

There is a directory (tests/) full of test models to run with the checker, accompanied by an instructional README.md

Everything in this repository is in the public domain, under the terms of the Unlicense. For the full text, see LICENSE.

romp's People

Contributors

osterhoutan-uofu avatar ajanthav10 avatar mohdsm81 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.