fsm
A finite-state machine (FSM), finite-state automaton (FSA), or simply state machine is a mathematical model of computation and an abstract machine that can be in exactly one of a finite number of states at any given time.
The FSM can change from one state to another in response to some inputs; the change from one state to another is called a transition.
An FSM is defined by a list of its states, its initial state, and the inputs that trigger each transition.
In computer science, FSM are widely used in modeling of application behavior (control theory), design of hardware digital systems, software engineering, compilers, network protocols, and computational linguistics.
Here are 48 public repositories matching this topic...
Human Resource Machine - CPU Design #HRM
-
Updated
Jul 26, 2025 - Verilog
Исходные коды к главам книги "Цифровой синтез: практический курс" (под ред. А.Ю. Романова и Ю.В. Панчула)
-
Updated
Sep 15, 2023 - Verilog
Synthesizable Verilog Source Codes(DUT), Test-bench and Simulation Results.
-
Updated
May 10, 2019 - Verilog
Digital Logic Design course project , Fall of 2024
-
Updated
Jan 15, 2025 - Verilog
This repository contains the implementation of an SPI (Serial Peripheral Interface) communication protocol with single port sync RAM.
-
Updated
Jan 31, 2025 - Verilog
A finite state machine controlled calculator written using Verilog in Xilinx Vivado targeting the Nexys 4 DDR FPGA Board
-
Updated
Dec 9, 2018 - Verilog
This repository contains a collection of small Verilog modules for various purposes.
-
Updated
Aug 13, 2024 - Verilog
Verilog Code Challenge – KVLSI Kohort 2
-
Updated
Jul 11, 2025 - Verilog
Complex Adder with Seven Segment Display
-
Updated
Apr 24, 2018 - Verilog
FSM: Sequence Detector using Verilog HDL
-
Updated
Jul 12, 2024 - Verilog
Desenvolvimento de uma aplicação sobre sobre Máquina de Estados Finita, desenvolvida nos dois modelos de comunicação: Síncrona e Assíncrona, para a disciplina de Arquitetura de Computadores II Unisinos-2019.
-
Updated
Mar 28, 2019 - Verilog
RTL to GDS II flow for a custom "Oven FSM" ASIC design utilising Qflow, an Open Source Physical Design toolchain.
-
Updated
Aug 3, 2024 - Verilog
A Verilog HDL-based vending machine project using FSM and simulated in Xilinx Vivado.
-
Updated
May 21, 2025 - Verilog
SerDes RTL design, verification using UVM and Physical design.
-
Updated
May 26, 2024 - Verilog
Interactive memory game implemented in Verilog and deployed on Nexys-A7 FPGA using FSM-based logic.
-
Updated
May 10, 2025 - Verilog
Verilog Programs
-
Updated
Apr 16, 2021 - Verilog
Using finite state machine (FSM) approach to design a traffic light controller on Altera DE1 development board.
-
Updated
Dec 8, 2019 - Verilog
- Followers
- 27 followers
- Website
- github.com/topics/finite-state-machine
- Wikipedia
- Wikipedia