Giter Site home page Giter Site logo

kaankara / intel-fpga-bbb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from opae/intel-fpga-bbb

0.0 1.0 0.0 985 KB

Basic Building Blocks (BBB) for OPAE-managed Intel FPGAs

License: Other

Python 1.02% Makefile 0.42% C++ 15.69% SystemVerilog 65.11% Verilog 4.97% Shell 2.65% CMake 0.71% C 6.22% Gnuplot 0.59% Tcl 2.61%

intel-fpga-bbb's Introduction

Intel FPGA Basic Building Blocks (BBB)

Basic Building Blocks (BBB) for Intel FPGAs is a suite of application building blocks and shims for transforming the CCI-P interface.

For detailed documentation of the building blocks, please visit the BBB Wiki.

Memory Properties Factory (MPF): MPF shims may be mixed and matched to add features to the base CCI-P memory interface. Features include: virtual memory, ordered read responses, read/write hazard detection, and masked (partial) writes.

CCI-P Async-shim (CCI-P ASYNC): A clock crossing shim, allowing users to attach slower-running accelerators to the CCI-P interface.

BBB_ccip_mux

CCI-P Multiplexer (CCI-P MUX): Allows multiple CCI-P compliant agents to share a single CCI-P interface.

These building blocks are implemented in SystemVerilog RTL and C or C++.

Versions

Interfaces and scripts in the BBB repository track changes in the OPAE SDK. Master here may require OPAE SDK's master as well. There are release branches here in the BBB repository corresponding to OPAE SDK releases.

A tutorial on CCI-P and Basic Building Blocks (BBB) is in the top-level samples directory.

Release Quality

The BBBs should be considered reference sample code that customers may use or modify for their own work. No kernel modules are released in the BBB project. All Basic Building Blocks are tested with supplied examples on an Ubuntu 14.04 64-bit OS machine with an Integrated Xeon-FPGA. All the BBBs are known to work with the OPAE AFU Simulation Environment (ASE). The project must be considered Alpha quality, and must be used "as-is".

How To Contribute

Feel free to fork, contribute and share your code as-is in accordance with the BSD-3 license. We encourage submitting bug fixes to the repository via a pull request in line with our contribution guidelines.

The Intel FPGA Basic Building Blocks (BBB) project uses a recommended (minimum) directory structure. All BBBs must start with a BBB_ prefix. In your pull-requests, please use the following format:


	BBB_<name>
	|-- hw          : Hardware must be staged here
	|   |-- rtl     :   RTL files
	|   |-- sim     :   Simulation files list (if available)
	|   `-- par     :   PAR-specific files
	|-- sw          : BBB-specific SW code
	`-- samples     : Samples showing how to use the BBB

NOTE:

  • For the sake of space do not check in application objects, libraries, or bitstreams into the repository.
    • In the 'par' directory, check in only Quartus settings snippets.
    • Do the same for SDC files.
    • Do not check in Quartus projects here.
  • Please provide a list of required files for 'par' and 'sim'.
  • If the BBB requires a common set of steps, please consider providing SW helper functions that can be reused.

intel-fpga-bbb's People

Contributors

michael-adler avatar luebbers avatar rahulrs avatar

Watchers

Kaan Kara 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.