shliuyangfan / oc-accel

OpenCAPI Acceleration Framework: develop an accelerator with OpenCAPI technology

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OC-Accel Framework

OpenCAPI Acceleration Framework, abbreviated as OC-Accel, is a framework that helps you implement your FPGA acceleration solutions with OpenCAPI technology.

Documentation

https://opencapi.github.io/oc-accel/

Contributing

This is an open-source project. We greatly appreciate your contributions and collaboration. Before contributing to this project, please read and agree to the rules in

To simplify the sign-off, you may want to create a ".gitconfig" file in you home by executing:

$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com

Then, for every commit, use git commit -s to add the "Signed-off by ..." message.

By default the git repository is read-only. Users can fork the snap repository, make the changes there and issue a pull request. Even members with write access to this repository can't commit directly into the protected master branch. To contribute changes, please create a branch, make the changes there and issue a pull request.

Pull requests to merge into the master branch must be reviewed before they will be merged.

About

OpenCAPI Acceleration Framework: develop an accelerator with OpenCAPI technology

License:Apache License 2.0


Languages

Language:SystemVerilog 45.7%Language:Verilog 37.1%Language:C 5.1%Language:Shell 3.6%Language:Tcl 3.4%Language:Makefile 1.6%Language:Python 1.2%Language:VHDL 1.0%Language:Perl 0.7%Language:C++ 0.4%Language:CSS 0.1%Language:Awk 0.1%Language:Coq 0.1%Language:JavaScript 0.0%