Giter Site home page Giter Site logo

esp_systolic_array_accelerator's Introduction

A HLS based Systolic Array Accelerator

  • 8-bit integer weight stationary systolic array
  • Designed with Catapult HLS flow and SystemC coding
  • Reconfigurable array size N = 8, 16, or 32 (/ESP_Systolic_Array_Accelerator/cmod/Systolic/include/SysSpec.h)

Folder Structure

  • cmod: SystemC coding

    • Top Module (/ESP_Systolic_Array_Accelerator/cmod/Systolic/SysTop)
  • hls: HLS folders with HLS scripts, directories to process files need to be added

  • matchlib: SystemC Matchlib library (older version) from Nvidia (https://github.com/NVlabs/matchlib)

SystemC and RTL Simulation Tools

  • SystemC 2.3.1
  • Catapult 10.5b
  • Verdi O-2018.09-SP2-7
  • VCS O-2018.09-SP2-11

AXI Configuration

  • 0--0x00: dummy
  • 1--0x04: start signal (write only), fire interrupt upon completion
  • ----data=1 -> master weight read
  • ----data=2 -> master input read
  • ----data=3 -> master input write
  • ----data=4 -> start systolic array
  • 2--0x08: computation config
  • ----data[00-07]= "M-1" (8-bit, M: 1~256)
  • ----data[08-15]= use relu (1 bit)
  • ----data[16-19]= Bias left shift (4 bit)
  • ----data[20-23]= Accum right shift (4-bit), quantization
  • ----data[24-31]= Accum multiplier (8-bit), quantization
  • 3--0x0C: weight_read_base address
  • 4--0x10: input_read_base address
  • 5--0x14: input_write_base address
  • 6--0x18: flip memory buffer (no IRQ, write only)
  • 7--0x1C: dummy

esp_systolic_array_accelerator's People

Contributors

glennholloway avatar jeffjunzhang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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