GithubHelp home page GithubHelp logo

sme-binning's Introduction

SME Binning

This project aims to construct binning hardware.

It is given an array of values, which it puts into bins according to given corresponding indices. Input comes from ethernet, which is why the input buffer (BRAM0) is set to be of size 4096 (2^(ceil(log_2((9*1024)/4)))). The target output buffer (BRAM1) ranges from 10000 to 100000. Converted to logarithmic, it becomes 16384 (2^(ceil(log_2(10000)))) to 131072 (2^(ceil(log_2(100000)))).

E.g.

vals = [2, 6, 7, 4, 2]
inds = [0, 0, 1, 2, 0]
results = [10, 7, 4]

This project have succesfully been placed and routed on two FPGAs. Results are with an output buffer of 10000. To get the results with an output buffer of 100000, the utilization is 10 times bigger, as the biggest resource consumption is Block RAM.

  • Xilinx Zynq Z7020 at 100 MHz at ~10 % utilization, resulting in an inner processing speed of 32 x 100 = ~3200 Mbps per unit. I.e. 3200 x 10 = ~3200 Mbps = ~32 Gbps
  • Xilinx Kintex Ultrascale+ xcku5p at 590 MHz at ~3 % utilization, resulting in an inner processing speed of 32 x 590 = ~18880 Mbps. I.e. 18880 x 33 = ~623040 Mbps = ~623 Gbps

sme-binning's People

Contributors

carljohnsen avatar kenkendk avatar

Watchers

James Avery avatar Klaus Jensen avatar Simon A. F. Lund avatar  avatar James Cloos avatar Mads R. B. Kristensen avatar Troels Blum avatar  avatar Weifeng Liu 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.