Skip to content

High-performance 8-bit Manchester adder optimized for accumulator applications using hybrid CMOS/PTL logic. Features transmission gate carry chain, post-layout power analysis, and comprehensive comparison with other adder architectures.

Notifications You must be signed in to change notification settings

VLSI-Shubh/8-Bit-Adder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Œ 8-Bit Manchester Adder

πŸ”¬ Overview

This project presents the design and implementation of an 8-bit Manchester adder, optimized for high-performance accumulator applications. The design employs a hybrid logic approach that balances power, speed, and area efficiency.

πŸ›  Features

βœ… CMOS logic for basic gates (AND, OR, INVERTER)
βœ… Pass Transistor Logic (PTL) for XOR gates to reduce transistor count
βœ… Transmission Gate Logic for the carry circuit to optimize speed
βœ… Post-layout simulations & power dissipation analysis
βœ… Compared against Brent-Kung, Kogge-Stone, Ladner-Fischer, and Han-Carlson adders

πŸ“– Design Approach

πŸ”Ή Logic Style Selection

  • CMOS Logic: Used for AND, OR, and INVERTER gates (robust & noise-immune)
  • PTL XOR Gates: Reduces transistor count while maintaining efficiency
  • Transmission Gate Carry Chain: Optimized for minimal delay & high-speed operation

πŸ”Ή Performance Trade-offs

  • Logic depth: 5 levels (comparable to Brent-Kung)
  • Fanout: 2 (optimal for performance)
  • Area efficiency: Comparable to Han-Carlson design
  • Power Dissipation: Analyzed pre-layout and post-layout

βš™οΈ Tools & Technologies Used πŸ“Ÿ Simulation & Verification: Cadence Virtuoso
πŸ’Ύ Schematic & Layout: Custom VLSI Design Flow
πŸ“‘ Power & Performance Analysis: Pre & Post Layout Simulations

πŸ“– Open the Report

Check out the 8_Bit_Manchester_Adder_Report.pdf for a complete breakdown of the design and implementation.

πŸ“’ Contributions & Feedback πŸš€ Contributions are welcome! If you have improvements or suggestions, feel free to fork the repository and submit a pull request.

πŸ“© For any queries or discussions, open an issue or reach out!

About

High-performance 8-bit Manchester adder optimized for accumulator applications using hybrid CMOS/PTL logic. Features transmission gate carry chain, post-layout power analysis, and comprehensive comparison with other adder architectures.

Topics

Resources

Stars

Watchers

Forks