Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 292 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 292 Bytes

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