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

(Created page with "{{verilog title|Example Modules}}{{verilog guide}} Below is a list of example {{\\|modules}}. == Examples == {| class="wikitable" |- ! Module !! Description |- | {{\|Adder}}...")
 
m
 
(One intermediate revision by the same user not shown)
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
 
|-
 
|-
| {{\|ALU}} ||
+
| {{\|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
 
|-
 
|-
 
! 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