/main

a tiny logic synthesis tool

Primary LanguageCMake

main

a tiny logic synthesis tool

Using the following command to install and compile

git clone --recursive https://github.com/ShangChuanhe/main.git
cd main
mkdir build
cd build
cmake ..
make

Just do it!!