Skip to content

OpenCAPI Acceleration Framework: develop an accelerator with OpenCAPI technology

License

Notifications You must be signed in to change notification settings

LanceThompson/oc-accel

 
 

Repository files navigation

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-doc/

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 [email protected]

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SystemVerilog 45.4%
  • Verilog 37.2%
  • C 4.6%
  • Tcl 4.0%
  • Shell 3.7%
  • Makefile 1.6%
  • Other 3.5%