GithubHelp home page GithubHelp logo

zainalibhinder / design-and-implementation-of-arithmetic-logic-unit-capable-of-calculating-z-1-4-a-xb-1 Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 7.44 MB

Design and Implementation of Arithmetic Logic Unit Capable of Calculating Z=1/4(A X B)+1

VHDL 100.00%
arithmetic-logic-unit vhdl xilinx-fpga xilinx-ise xilinx-vivado

design-and-implementation-of-arithmetic-logic-unit-capable-of-calculating-z-1-4-a-xb-1's Introduction

Design and Implementation of Arithmetic Logic Unit Capable of Calculating Z=1/4(A X B)+1

PACKAGE REQUIREMENTS

Xilinx ISE Design Suite 14.5 or Xilinx Vivado

Project Description

The goal of this project is to design an arithmetic unit capable of calculating Z=1/4 [A×B] +1.
The unit will receive two unsigned 8-bit operands A and B. Two clock synchronous internal
registers (RA and RB) latch the data when LOAD = 1. The unit outputs the results in a 16-bit
register RZ output port, and END_FLAG rises. An asynchronous CLEAR signal will clear all the
registers to ‘0’. The design shall be structural. The top module is implemented with and without
Finite State Machine(FSM). Furthermore, the design is expanded to facilitate 16-bitinput operand
and is capable to handle both signed and unsigned values. In addition, MLA unit has been implemented 
to perform multiplication and accumulate the result in the next result. Multiple test benches are 
developed to verify the functionality of code for each developed unit. 

So altogether, these additional features were implemented:
• Signed A and B operands
• Expansion of the method for 16 bits operands
• Pipelining of the design
• Multiply Accumulate for additional operands
 

image

Signal Specifications

- A: Unsigned 8-bit Operand A
- B: Unsigned 8-bit Operand B
- Z: Signed Output
- CLEAR: Clears selected registers
- LOAD: Loads Operand into internal registers
- CLOCK: Input Clock
- END_FLAG: Indicates end of operation

License

© ZAIN ALI BHINDER

design-and-implementation-of-arithmetic-logic-unit-capable-of-calculating-z-1-4-a-xb-1's People

Contributors

zainalibhinder 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.