Skip to content

Package for generating minimum-size 4-input majority-inverter graphs (MIGs)

Notifications You must be signed in to change notification settings

popo55668/Exact-Synthesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exact Synthesis

Package for generating minimum-size 4-input majority-inverter graphs (MIGs)

For the implementation details, please refer to Optimizing Majority-Inverter Graphs With Functional Hashing

Installation

Dependency Installation

Install Satisfiability Module Theory (SMT) Z3

git clone https://github.com/Z3Prover/z3.git
cd z3
python scripts/mk_make.py
cd build
make
sudo make install

Compilation

git clone https://github.com/popo55668/exact-synthesis.git
cd exact-synthesis
make

About

Package for generating minimum-size 4-input majority-inverter graphs (MIGs)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published