Giter Club home page Giter Club logo

linear-algebra-accelerator's Introduction

Linear Algebra Accelerator

This reposistory includes code from coursework done for the module Digital System Design EE3.05 taught at Imperial College London by Prof. Christos Bouganis. The goal of the module was to familiarize students FPGA's, CPU architecture and HW/SW partitioning. Our objective in the coursework was to accelerate an application through reconfigurable HW.

In collaboration with Omar Tahir (Talndir)

Specifications

The code given in this repository describes the steps taken to accelerate the function shown below on a FPGA with the NIOSII embedded processor. We have used the Intel FPGA Embedded Development Suite Quartus 18.1. The different tasks describe our design process to get to our final result. Which was a latency of 219 ms, Error of 0.0033% and used FPGA resources of 11.9%. The results of the configurations we have used to get there are shown in the figure below. Evaluated function Design process

Cordic Implementation

For this project we had to design our own efficient CORDIC implementation. Below you find the output from my cordic VHDL module.

sincos_cordic.PNG

Structure

├── DSD_coursework_2020               # This repo from Omar Tahir includes Task 8
├── Pictures
     ├── DSD_formula.png              # Evaluated formula
     ├── DSDpt3.png                   # Used configurations
     ├── DSDRecap.png                 # Used configurations
     ├── Results-DSD3.png             # Results of all the different configurations
     └── sincos_cordic.png            # Simulation (Modelsim) of our Cordic algorithm
├── ip                                # Ip's for testing
     └── system_template_de1_soc
├── Task2                             # Computing a simple function
     └── system_template_de1_soc
├── Task3                             # Storing the program and Data on External Memories
     └── system_template_de1_soc
├── Task4                             # Evaluate a More Complex Mathematical Expression
     └── system_template_de1_soc
├── Task5                             # Add Multiplier Support
     └── system_template_de1_soc
├── Task6                             # Add Hardware Floating-Point Units
     └── system_template_de1_soc
├── Task7                             # Add Dedicated Hardware Block to compute the inner part of the arithmic expression (Cordic)
     └── system_template_de1_soc
├── Task8                             # Add Dedicated Hardware Block to compute the Arithmetic Expression
├── Report                     
└── Readme.md

linear-algebra-accelerator's People

Contributors

timothans33 avatar

Watchers

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