Serial Adder using Mealy and Moore FSM in VHDL
The serial adder is a digital circuit in which bits are added a pair at a time. Let A and B be two unsigned numbers to be added to produce Sum = A + B. In this we are using three shift registers which are used to hold A, B and Sum. Now in each […]
Serial Adder using Mealy and Moore FSM in VHDL Read More »