0% found this document useful (0 votes)
26 views

VHDL Examples: Combinational

The document provides examples of VHDL code for combinational and sequential logic circuits, including multiplexers using different methods, decoders, priority encoders, comparators, adders, multipliers, counters, and finite state machines. It is organized into sections for different circuit types with the date 14/12/2010 listed at the top of each page and page numbers at the bottom.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views

VHDL Examples: Combinational

The document provides examples of VHDL code for combinational and sequential logic circuits, including multiplexers using different methods, decoders, priority encoders, comparators, adders, multipliers, counters, and finite state machines. It is organized into sections for different circuit types with the date 14/12/2010 listed at the top of each page and page numbers at the bottom.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

14/12/2010

VHDL Examples
Combinational

Multiplexer (using with)

Multiplexer (using when)

Multiplexer (using if)

Multiplexer (using case)

Decoder

14/12/2010

Decoder (bigger)

Decoder (using Select)

Priority Encoder (using if)

Priority Encoder (using when)

Comparator

Adder

14/12/2010

ALU

Multiplier

Sequential
Counter (Medvedev) Machine

Counter using Case

Moore Machine

14/12/2010

Mealy Machine

You might also like