Skip to content

This repo consists of the iverilog implementation of a Parallel Prefix adder - 8bit (I/P - O/P). This was done as a part of a project Under UE19CS206 - Digital Design and Computer Organization Laboratory Course at PES University.

Notifications You must be signed in to change notification settings

ParimalaS27/Parallel-Prefix-Adder-8bit-UE19CS206-DDCOLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallel-Prefix-Adder-8bit-UE19CS206-DDCOLab

This repo consists of the icarus verilog implementation of a Parallel Prefix adder - 8bit (I/P - O/P). This was done as a part of a project Under UE19CS206 - Digital Design and Computer Organization Laboratory Course at PES University.

Created and tested on Linux Environment.

Report File

Consists of

  1. Diagram

  2. Algorithm

  3. Code

  4. Output waveform snippet

Compilation

Use the following commands to compile the file with the testbench and create the waveform image:

iverilog -o prefix prefix_adder.v tb_prefix_adder.v

vvp prefix

Finally, view the waveform using:

gtkwave dump.vcd

About

This repo consists of the iverilog implementation of a Parallel Prefix adder - 8bit (I/P - O/P). This was done as a part of a project Under UE19CS206 - Digital Design and Computer Organization Laboratory Course at PES University.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published