Signed / unsigned multiplier / divider used by a microcode-driven prime number generator
-
Updated
Apr 7, 2018 - VHDL
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.
Signed / unsigned multiplier / divider used by a microcode-driven prime number generator
Simple calculator implemented in VHDL using FSM logic
Finite-State Machine Design of a Simple Car Security Alarm on FPGA
💻 Repositório para Disciplina EEL5105 - Circuitos e Técnicas Digitais - UFSC
Prova Finale di Reti Logiche - Polimi Ingegneria Informatica - A.A. 2019-2020
VHDL Implementation of Modulo2 Line by Matrix Multiplication (with Tutorial Series on Steemit)
Assignment 6, Digital Logic Design Lab, Spring 2021, IIT Bombay
FSM and Cache design for practicing the concepts of computer architecture
VHDL codes for 8-bit Vending Machine Processor, support for two drinks & three types of coins. contains: fsm, Accumulator, comparator, subtractor, mux, Adder, etc.
Flappy Bird VHDL
Integrated and programmed a VGA Interface using the Altera DE1 to output in synchronization with a custom programmed finite-state machine.
Design in VHDL of an hardware component for the Logic Circuit Design course @ PoliMi
Final project of Logical Networks course - Politecnico di Milano 2022/23