This repository is a collection of logic synthesis tools and utilities.
The repository requires SSH key setup. Please see instructions at connecting-to-github-with-ssh
.
|-- abc-rs
|-- Raptor_Tools
`-- de
The repository has the following submodules:
-
Raptor_Tools
-
de
directory contains sources of Design Explorer utility.
After cloning the repository run the following commands.
cd logic_synthesis-rs
make
make debug
make test
make install
Note 1: If you would like to update your local repository and build, then run the following commands.
cd logic_synthesis-rs
git pull
make UPDATE_SUBMODULES=ON
Note 2: To build with production mode provide additional PRODUCTION_BUILD=ON
make option.
cd logic_synthesis-rs
make PRODUCTION_BUILD=ON