Searched Projects

Tags: Parallel

project.name
2 Stars     146 Views

Universal Register

Universal Register

A 8 bits register that can do multiple operations

  • Shift the value to the right
  • Shift the value to the left
  • Work like a serial to parallel component
  • Work like a parallel to serial component

A demonstration of how to make it work with bigger values is included


project.name
0 Stars     28 Views

PIPO (Parallel In Parralel Out)

PIPO (Parallel In Parralel Out)

Experiment 4 


project.name
0 Stars     4 Views

DLD_PROJECT

DLD_PROJECT

Here, I have created a 4-bit BPA (Binary Parallel Adder) using 4 full adder circuit. Here A0/B0 is LSB (Least Significant Bit) and A3/B3 is MSB (Most Significant Bit). This circuit can perform 4-bit binary addition of two numbers.