You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most Contributors are [members](https://www.openhwgroup.org/membership/) of the
6
+
OpenHW Group and participate in one or more [Technical Task Groups](https://www.openhwgroup.org/working-groups/).
7
+
Membership is strongly encouraged, but not required.
8
+
Contributors must be covered by the terms of the [Eclipse Contributor Agreement](https://www.eclipse.org/legal/ECA.php)
9
+
(for individuals) **or** the [Eclipse Member Committer and Contributor Agreement](https://www.eclipse.org/legal/committer_process/EclipseMemberCommitterAgreement.pdf)
10
+
(for employees of Member companies).
11
+
The ECA/MCCA provides a legal framework for a Contributor's technical contributions to the OpenHW Group,
12
+
including provisions for grant of copyright license and a Developer
13
+
Certificate of Origin on contributions merged into OpenHW Group repositories.
14
+
15
+
## The Mechanics
16
+
1.[Fork](https://help.github.com/articles/fork-a-repo/) the [core-v-mcu](https://github.com/openhwgroup/core-v-mcu) repository
3. Checkout the correct branch reflecting the nature of your contribution.
19
+
4. Create your feature branch: `git checkout -b <my_branch>.`<br> Please uniquify your branch name. See the [Git Cheats](https://github.com/openhwgroup/core-v-verif/blob/master/GitCheats.md) for a useful nominclature.
20
+
5. Commit your changes: `git commit -m 'Add some feature'
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,12 @@
3
3
4
4
# CORE-V MCU
5
5
6
-
> CORE-V MCU originated from PULPissimo \[[1](https://ieeexplore.ieee.org/abstract/document/8640145)\], \[[2](https://ieeexplore.ieee.org/document/9369856)\]. and is now a
7
-
> stand-alone project within OpenHW Group independent from PULPIssimo.
8
-
>
9
-
> In case you should be interested to join the project please feel free to open
10
-
> an issue, or involve yourself in any open issues/discussions.
6
+
CORE-V MCU originated from PULPissimo \[[1](https://ieeexplore.ieee.org/abstract/document/8640145)\], \[[2](https://ieeexplore.ieee.org/document/9369856)\],
7
+
and is now a stand-alone project within OpenHW Group independent from PULPIssimo.
8
+
9
+
In case you would be interested to join the project please feel free to open an issue, or involve yourself in any open issues/discussions.
10
+
Contributions are always welcome!
11
+
First time contributors should review the [Contributing](https://github.com/openhwgroup/core-v-mcu/tree/master/CONTRIBUTING.md) guide.
If you are submitting a pull-request, it will be subject to pre-commit checks. The two that most likely cause problems are the Verilator Lint check and the Verible format check.
132
+
If you are submitting a pull-request, it will be subject to pre-commit checks.
133
+
The two that most likely cause problems are the Verilator Lint check and the Verible format check.
0 commit comments