Skip to content
/ blif Public

A library to parse BLIF (Berkeley Logic Interchange Format) files.

License

Notifications You must be signed in to change notification settings

utisam/blif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libblif

A library to parse BLIF (Berkeley Logic Interchange Format) files.

How to use

cd build
cmake ..
make -j4 && sudo make install
sudo ldconfig

Develop

cmake -DCMAKE_BUILD_TYPE=Debug ..
make -j4
make test

Documentation

cd src
doxygen

About

A library to parse BLIF (Berkeley Logic Interchange Format) files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published