Giter Site home page Giter Site logo

himanshushah05 / vlsi_design_multipliers Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 21 KB

This repository holds some different architectures for multipliers which have been used alongwith verilog code and testbench as well.

Verilog 100.00%
dadda-tree-multiplier multiplier verilog vlsi-design wallace-tree-multiplier

vlsi_design_multipliers's Introduction

VLSIdesign_multipliers

Different Multiplier Archetectures

Getting started ๐Ÿ‘‡

  • pull any design file you like to execute and also pull the respective testbench file
  • These designs can be simulated using any of the following tools or softwares:

Understanding different types of multipliers ๐Ÿ“œ

  1. Carray Save Array Multiplier : csa_4bit.v
  • This architecture supports unsigned numbers only.
  • In this type of architecture, the carry is passed to the next column and next row.
  • This helps in reducing the delay of the circuit.
  1. 4-Bit Bough-Wooley Array Multiplier Design : sma_signed.v
  • This architecture supports signed numbers also.
  • It is a signed multiplier which follows 2โ€™s compliment arithmetic.
  1. Wallace-Tree Multiplier : wallace_4bit.v
  • This architecture supports unsigned numbers only.
  • In this type of architecture, we try to perform the partial products as quickly as possible.
  • This architecture is more suitable and time saving for n>8, where n is number of bits.
  • In this architecture, the number of half-adders and full-adders is more.
  1. Dadda-Tree multiplier : dadda_mul_4bit.v
  • This architecture supports unsigned numbers only
  • In this type of architecture, we perform the partial product as late as possible.
  • This architecture has lesser number of half-adders and full-adders.
  • This architecture has longest path in the final adder

If compared to Wallace tree multiplier, Dadda tree multiplier has an advantage of lesser area but a disadvantage of more delay time.

  1. Squarer circuit : square_4bit.v
  • We think, squarer circuit is same as multiplier, but it is not, squarer circuit is much more simplified and fast (in terms of delay)
  • Such squarer circuits are used in almost every DSP algorithm.

vlsi_design_multipliers's People

Contributors

himanshushah05 avatar

Watchers

 avatar

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.