Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 818 Bytes

File metadata and controls

30 lines (23 loc) · 818 Bytes

Introduction


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.

Building

Dependencies

  • Qt > 5
  • CMake > 3

Linux

CMake

git clone https://github.com/DarkC343/fsm2hdl.git
cd fsm2hdl
mkdir build
cd build
cmake ..
make -j && make install

Windows

Qt Creator >= 5

Open CMakeLists.txt file in Qt creator. Select your desired kit and do Build > Run CMake and then Build > Run

Documentation

Documentation and how-to guides will be provided soon!