Вы находитесь на странице: 1из 2

VHDL

Working with programmable logic (e.g. FPGAs)


Term of entity and architecture is main section of VHDL
Entity contain input and output in a circuit
Architecture represent description of actual logic circuit in term of Boolean
Function
Contain of library part, declaration, and architecture declaration

FSM
Whether it be a counter, a sequence recognizer, a vending machine or an
elevator, through the use of combinational and sequential logic,
Changes states without any additional inputs or outputs. Its a counter
Mealy and Moore MachinesIn moore machine output depends on the current state , while in the mealy machine it
depends on both present state as well as previous states

Вам также может понравиться