Giter Site home page Giter Site logo

ihsancicek / wallace-tree-multiplier-vhdl-generator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from uttamcoomar/wallace-tree-multiplier-vhdl-generator

0.0 1.0 0.0 19 KB

Wallace tree multiplier generator in C : using structural style in VHDL.

License: GNU General Public License v3.0

C 100.00%

wallace-tree-multiplier-vhdl-generator's Introduction

Wallace-Tree-Multiplier-VHDL-generator

Generate a Wallace tree multiplier in VHDL using structural style

This is my first repository on github.

The C code "Wallace_tree_multiplier_cadence.c" generates a Wallace tree multiplier, that multiplies two binary numbers of equal bit length as specified by the user.

Included, in this repository, are: 1)Wallace_tree_multiplier_cadence.c, 2)adder_generator_cadence.c, and 3)full_adder.vhd.

** The above C codes can be compiled and executed in visual studio, and the .vhd files hence obtained ("Wallace_Tree_Multiplier.vhd" and "adderN.vhd", respectively) must be imported, along with "full_adder.vhd", in cadence virtuoso using import->VHDL.

** The adderN.vhd must be generated depending on the "adder" used in the generated "Wallace_Tree_Multiplier.vhd" file. N is the integer that follows "adder" in this .vhd file.

 For example, if "adder33" appears inside the "Wallace_Tree_Multiplier.vhd" file, then "adder_generator_cadence.c" is used to generate      "adder33.vhd" file. The integer "33" is entered, when prompted to "enter the number of bits of the adder" by the program.

** "or2","and2", and "xor2" must be created using cadence virtuoso's schematic editor.

**** Note: The final addition is done using an N-bit ripple carry adder. ****

wallace-tree-multiplier-vhdl-generator's People

Contributors

uttamcoomar avatar

Watchers

James Cloos 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.