fsm2hdl is a free tool for making auto-generated Verilog HDL sources from FSM desgins. This tool is written in Qt5/C++. Furthur inhancements like visual diagram editor will be added to the project soon. Currently, this version is a console-based application.
- Qt > 5
- CMake > 3
git clone https://github.com/DarkC343/fsm2hdl.git
cd fsm2hdl
mkdir build
cd build
cmake ..
make -j && make install
Open CMakeLists.txt
file in Qt creator. Select your desired kit and do Build > Run CMake
and then Build > Run
Documentation and how-to guides will be provided soon!