Giter Club home page Giter Club logo

neurram_48core's Introduction

NeuRRAM Compute-In-Memory Chip Testing Software

This repository contains software tool-chain for testing and deploying AI tasks on the NeuRRAM chip -- an RRAM based 48-core Compute-In-Memory chip for edge AI inference.

The chip is tested on a circuit board that houses an Opal Kelly FPGA module. The FPGA acts as a bridge to communicate between a host PC and the NeuRRAM chip.

HDL/ contains Verilog codes on the FPGA. They generate waveforms for NeuRRAM chip controls and data communications, and for several peripheral ICs on the test board.

python/ contains a Python based software tool-chain and APIs at various levels to interface with the chip and to map and execute AI workloads on the chip. The low level APIs provide access to basic operations of chip modules such as RRAM read and write and neuron analog-to-digital conversion; the middle level APIs include essential operations for implementing DNN layers such as (multi-core parallel) matrix-vector multiplications with configurable bit-precision and RRAM write-verify programming; the high level APIs integrate middle-level modules to implement weight mappers and run-times for complete DNN layers, such as convolutional and fully-connected layers.

cifar10_resnet/, mnist_cnn/, lstm/, and rbm/ contain training and on-chip deployment codes and trained checkpoints for 4 different AI tasks. The deployment is implemented in Jupyter Notebooks (with file name ending with chip_inference.ipynb).

neurram_48core's People

Contributors

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