Giter Site home page Giter Site logo

gbellocchi / hwpe-stream Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pulp-platform/hwpe-stream

0.0 0.0 0.0 2.09 MB

IPs for data-plane integration of Hardware Processing Engines (HWPEs) within a PULP system

License: Other

SystemVerilog 97.60% Makefile 0.82% Python 0.58% Tcl 0.81% Shell 0.19%

hwpe-stream's Introduction

Documentation Status

If you are using these IPs for an academic publication, please cite the following paper:

@article{conti2018xne, 
  author={F. {Conti} and P. D. {Schiavone} and L. {Benini}}, 
  journal={IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems}, 
  title={XNOR Neural Engine: A Hardware Accelerator IP for 21.6-fJ/op Binary Neural Network Inference}, 
  year={2018}, 
  doi={10.1109/TCAD.2018.2857019}, 
  ISSN={0278-0070}, 
}

See documentation on https://hwpe-doc.readthedocs.io/en/latest/.

The hwpe-stream repository contains the definition of the HWPE-Stream and TCDM interfaces used with HWPEs (HW Processing Engines), as well as the IPs necessary to manage the streams and construct streamers, e.g. for the XNE, HWCE, etc. This repository contains the following IPs:

basic - basic IPs to manage HWPE-Streams:

  • mux_static: multiplexes HWPE-Streams, driven by a static selection signal
  • demux_static: demultiplexes for HWPE-Streams, driven by a static selection signal
  • merge: merges multiple same-sized HWPE-Streams into one with bigger data width
  • split: splits a HWPE-Stream in multiple ones with smaller data width
  • fence: synchronizes handshakes between a set of streams
  • buffer: delays a stream by 1 cycle (for timing purposes)

fifo - FIFO decoupling queues for HWPE-Streams:

  • fifo: parametric FIFO
  • fifo_sidech: parametric FIFO (with side channel)
  • fifo_earlystall: parametric FIFO stalling one cycle before being full
  • fifo_earlystall_sidech: parametric FIFO stalling one cycle before being full (with side channel)
  • fifo_ctrl: standalone FIFO controller
  • fifo_scm: standard cell memory (SCM) usable to implement a FIFO memory
  • fifo_scm_test_wrap: BIST wrapper for SCM-based FIFO

tcdm - IPs to manage TCDM streams based on HWPE-Stream building blocks:

  • tcdm_mux_static: multiplexes TCDM streams, driven by a static selection signal
  • tcdm_reorder_static: reorders TCDM streams, driven by a static order
  • tcdm_mux: multiplexes TCDM streams dynamically, according to a round-robin policy
  • tcdm_reorder: reorders TCDM streams dynamically, according to a round-robin policy
  • tcdm_fifo_store: parametric FIFO decoupling queue for TCDM streams (only memory write operations)
  • tcdm_fifo_load: parametric FIFO decoupling queue for TCDM streams (only memory read operations)
  • tcdm_fifo_load_sidech: parametric FIFO decoupling queue for TCDM streams (only memory read operations, with side channel)

streamer - IPs to transform TCDM streams in HWPE-Streams and viceversa:

  • sink: generates a HWPE-Stream from a TCDM load stream, according to a 3D strided pattern in TCDM
  • source: generates a TCDM store stream from a HWPE-Stream, according to a 3D strided pattern in TCDM
  • addressgen: generates memory addresses according to a 3D strided pattern in TCDM
  • strbgen: generates strobes for non-aligned lines
  • sink_realign: HWPE-Stream realigner for non-aligned TCDM store streams
  • source_realign: HWPE-Stream realigner for non-aligned TCDM load streams

hwpe-stream's People

Contributors

francescoconti avatar giannap avatar micprog avatar andreaskurth avatar florent-gwt avatar iislut 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.