forked from openhwgroup/cva6
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request openhwgroup#1610 from ASintzoff/cv32a6_v0.1.0/dev
Use cv32a6 v0.1.0/dev as branch for CVA6 verification work instead of cva6/dev one
- Loading branch information
Showing
65 changed files
with
24,914 additions
and
617 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: core-v-verif Project Task | ||
description: Create a core-v-verif Project Task intended for inclusion on an OpenHW project board | ||
title: "[TASK] title" | ||
labels: ["task"] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Is there an existing core-v-verif task for this? | ||
description: Please search to see if a task issue already exists for the task you need to create | ||
options: | ||
- label: I have searched the existing task issues | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Task Description | ||
description: A concise description of what needs to be done (user story) | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Description of Done | ||
description: What are the criteria for completion of this task? | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
**Keep task progress up to date by adding comments to the task as it progresses.** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Configuration file for ReadTheDocs, used to render the | ||
# Verification Strategy to https://docs.openhwgroup.org/projects/core-v-verif. | ||
# SPDX-License-Identifier:Apache-2.0 WITH SHL-2.0 | ||
|
||
version: 2 | ||
|
||
#build: | ||
# os: "ubuntu-20.04" | ||
# tools: | ||
# python: "3.9" | ||
|
||
# Build from the docs/VerifStrat/source directory with Sphinx | ||
sphinx: | ||
configuration: docs/VerifStrat/source/conf.py | ||
|
||
# Explicitly set the Python requirements | ||
python: | ||
install: | ||
- requirements: docs/VerifStrat/requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,6 +104,11 @@ $ git push -u origin newbranch | |
<br> | ||
The -u switch sets up tracking to the specified remote (in this example, origin). | ||
|
||
## Force your forked repo to be the same as upstream | ||
\# Note: this is a heavy-handed approach.<br> | ||
$ git fetch upstream<br> | ||
$ git reset --hard upstream/master<br> | ||
$ git push origin master --force | ||
|
||
## Using ssh (need to set-up ssh keys first) | ||
\# git remote set-url origin [email protected]:username/your-repository.git<br> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.