/blif2verilog

Simple blif to verilog converter in C++

Primary LanguageC++MIT LicenseMIT

Blif2Verilog

Simple blif to verilog converter in C++ (Cause why not)

How to Build

mkdir build
cd build
cmake ..
make

How to Run

./blif2verilog <your_blif_file>.blif <verilog_file_name>.v

or just

./blif2verilog <your_blif_file>.blif