Skip to content
forked from OpenCAPI/oc-accel

OpenCAPI Acceleration Framework: develop an accelerator with OpenCAPI technology

License

Notifications You must be signed in to change notification settings

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

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 42.4%
  • Verilog 39.0%
  • C 5.6%
  • Shell 4.0%
  • Tcl 3.0%
  • Makefile 1.7%
  • Other 4.3%