Skip to content

fengwz17/DivMulFormalVerifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Divider and Multiplier Formal Verifier

btor2Translator

  • step 1: unroll the cycles to reduce registers in original btor2 file;

  • step 2: translate the unrolling btor2 file to polynomials.

build

CMake will automatic download btor2tools as dependency.

mkdir build && cd build
cmake ..
make

You will find an executable binary file btorTrans.

test

Run btorTrans to get polynomials.

./btorTrans examples/DividerFixedClock_2bit.btor2 

About

Divider and Multiplier Formal Verifier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published