-
Notifications
You must be signed in to change notification settings - Fork 129
Contribution Mechanic
Gianni Antichi edited this page Aug 4, 2014
·
4 revisions
This document describes the steps required to contribute a new project to the NetFPGA-10G community.
- Fork the NetFPGA-10G-live repository.
- Populate the ~/NetFPGA-10G-live/contrib-projects directory with your new project/s.
- Populate the ~/NetFPGA-10G-live/lib/hw/contrib/pcores with all the contributed pcores being used in the new project/s.
- Populate the ~/NetFPGA-10G-live/lib/sw/contrib/drivers with all the contributed EDK drivers being used in the new project/s.
- IF one of your project uses a different driver with respect to the reference one, please, remember to insert it in ~/NetFPGA-10G-live/contrib-projects/PROJECT_NAME/sw/host/driver
- IF one of your project has some SW applications, please, remember to insert them in ~/NetFPGA-10G-live/contrib-projects/PROJECT_NAME/sw/host/apps
- Include the link of your forked repo, with the name of the project and a short description in the Contributed Project List
- We encourage you to create a wiki page of your project in the forked repository in order to explain clearly to the community how to use your project.