Coder Social home page Coder Social logo

ajunlonglive / fpga-hyperloglog Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fpgasystems/fpga-hyperloglog

0.0 0.0 0.0 81 KB

FPGA-based HyperLogLog Accelerator

License: BSD 3-Clause "New" or "Revised" License

CMake 3.66% SystemVerilog 23.50% C++ 69.19% Tcl 2.15% Shell 0.14% Makefile 1.37%

fpga-hyperloglog's Introduction

FPGA-based HyperLogLog Accelerator

Build

Make sure Vivado 2019.1 is in your path = this is an example (your path might be different)

$ source /opt/Xilinx/Vivado/2019.1/settings64.sh

Handling HLS IP cores

  1. Setup build directory, e.g. for the hyperloglog module
$ cd hls/hyperloglog
$ mkdir build
$ cd build
$ cmake .. -DFPGA_PART=xcvu9p-flga2104-2L-e 
  1. Run c-simulation
$ make csim
  1. Run c-synthesis
$ make synthesis
  1. Generate HLS IP core
$ make ip
  1. Install HLS IP core in ip repository
$ make installip

After 'make installip' command the ip of the module could be found in ../iprepo

Contributors

Publication(s)

  • A. Kulkarni, M.Chiosa, T.B.Preußer, K.Kara, D. Sidler, G. Alonso, HyperLogLog Sketch Accleration on FPGA, in FPL'20.

Citation

If you use the HyperLogLog Accelerator in your project please cite the following paper and/or link to the github project:

@INPROCEEDINGS{hll2020,
    author={A. Kulkarni and M. Chiosa and T. B. Preu{\ss}er and K. Kara and D. Sidler and G. Alonso}, 
    booktitle={FPL},
    year={2020}, 
    title={{HyperLogLog Sketch Acceleration on FPGA}}, 
}

fpga-hyperloglog's People

Contributors

amitkulkarnis avatar chipet avatar preusser 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.