Skip to content

jerry34567/CAD_contest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

108 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CAD_contest

setup

if you don't have setuped environment, you have to type command below. (if you have setuped once, ommit the step.)

cd src/
mkdir eng
cd ..
mkdir include
mkdir lib
sudo ./SETUP.sh 
sudo ./INSTALL.sh

execute

put cir1.v and cir2.v in this directory, then type

make
./gv <string input_file_name>

it will generate 6 files

top1.aig
top1.cnf
top2.aig
top2.cnf
map1
map2

then you can use aigtoaig to conver .aig to .aag, type

./aigtoaig <file_name>.aig <file_name>.aag

do.sh

usage:

$ ./do.sh
$ > Please enter the case you want to solve: <string case_to_test>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors