Skip to content

A C++/Qt5 tool for making auto-generated Verilog HDL code from Mealy & Moore FSM design

Notifications You must be signed in to change notification settings

DarkC343/fsm2hdl

Repository files navigation

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!

About

A C++/Qt5 tool for making auto-generated Verilog HDL code from Mealy & Moore FSM design

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published