From WikiChip
Difference between revisions of "verilog/example modules"
< verilog

m
m
 
Line 7: Line 7:
 
! Module !! Description
 
! Module !! Description
 
|-
 
|-
| {{\|Adder}} ||
+
| {{\|Adder}} || Adder is the part of IC that performs addition of numbers. It is essential part of every IC
 
|-
 
|-
| {{\|Multiplexer(Mux)}} ||
+
| {{\|Multiplexer(MUX)}} || MUX is the part of the circuit part that chooses output of multiple inputs
 
|-
 
|-
| {{\|ALU}} ||
+
| {{\|ALU}} || ALU is part of IC that performs arithmetic operations
 
|-
 
|-
 
! colspan="2" | Counters
 
! colspan="2" | Counters

Latest revision as of 06:39, 21 April 2018

Below is a list of example modules.

Examples[edit]

Module Description
Adder Adder is the part of IC that performs addition of numbers. It is essential part of every IC
Multiplexer(MUX) MUX is the part of the circuit part that chooses output of multiple inputs
ALU ALU is part of IC that performs arithmetic operations
Counters
8-bit counter
LFSR counter
Memory
Single-port RAM
Dual-port RAM