Giter Site home page Giter Site logo

adders-multipliers-chip's Introduction

Table of Contents

Overview

Project of the VLSI course in our 3rd year in the Faculty of Engineering, Cairo University. Mainly consists of three mini projects which are: adders mania, multipliers maina, and generating the chip.

Project Description

Mini Project 1: Adders Mania

The adders are the building blocks of all “compute” units. Their performance impacts the whole chip. so in this mini project, we:

  • Designed and implemented using Verilog the following 32-bit signed adders
    • Verilog (‘+’) version of adders
    • Ripple Carry Adder
    • Carry Look-Ahead Adder
    • Carry Bypass Adder
    • Carry Select Adder
    • Floating Point Adder (IEEE-standard) using Verilog (‘+’) version of adders
  • Implemented a testbench to test the above adders: Covering 8 cases:
    • Overflow of positive numbers.
    • Overflow of negative numbers.
    • Addition of positive and negative number
    • Addition of positive and positive number
    • Addition of negative and negative number
    • Additional 3 random test cases
  • Synthesis of the adders.
  • Apply post-synthesis simulation using our previously made testbench.

For more details, see Adders Mania Presentation

Mini Project 2: Multipliers Mania

The multiplier is another important block in the chip. So in this mini project, we:

  • Designed and implemented using Verilog the following 32-bit signed multipliers
    • Verilog (‘*’) version of multiplier
    • Multiplier Tree (combinational)
    • Sequential Multiplier using shift & accumulate
    • Booth Algorithm
    • Floating Point Multiplier (IEEE-standard) using Verilog (‘*’) version of multiplier
  • Implemented a testbench to test the above multipliers: Covering 8 cases:
    • Multiplication of positive and negative number.
    • Multiplication of positive and positive number.
    • Multiplication of negative and negative number.
    • Multiplication of negative and positive number.
    • Multiplication by zero.
    • Multiplication by 1.
    • Additional 2 random test cases.
  • Synthesis of the multipliers.
  • Apply post-synthesis simulation using our previously made testbench.

For more details, see Multipliers Mania Presentation

Mini Project 3: Generating The Chip

After synthesizing both floating point adder and multiplier, we generated the chip by placing and routing the adder and multiplier with similar constraints to synthesis. After this step we:

  • Applied post-routing simulation using our previously made testbench with including our sdf files
  • Generated the final GDS file for each design.

Outputs Files

Mini Project 1 & 2

For each adder and multiplier we generated post-synthesis reports of:

  • Total Area
  • Max Delay
  • Max Slack
  • Min Slack
  • Total Power
  • clk

Which can be found in Adders-Mania/Output folder and Multipliers-Mania/Output folder

Mini Project 3

For the floating point adder and multiplier we generated post-routing reports and GDS files which can be found in Routing folder

Contributors

Ahmed Samy
Ahmed Samy
Kareem Samy
Kareem Samy
Nancy Ayman
Nancy Ayman
Yara Hisham
Yara Hisham

License

This software is licensed under MIT License, See License

adders-multipliers-chip's People

Contributors

yarahisham61 avatar nancyalgazzar avatar kaokab33 avatar

Forkers

kaokab33

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.