Skip to content

Commit

Permalink
Merge pull request #454 from MikeOpenHWGroup/zero2printf
Browse files Browse the repository at this point in the history
Move ci_check to bin
  • Loading branch information
strichmo committed Feb 4, 2021
2 parents c002392 + 6fd0217 commit e9cbe83
Show file tree
Hide file tree
Showing 26 changed files with 554 additions and 1,008 deletions.
14 changes: 14 additions & 0 deletions GitCheats.md
Expand Up @@ -87,4 +87,18 @@ $ git checkout master<br>
$ git merge upstream/master<br>
$ git push --set-upstream origin master<br>

## Using ssh (need to set-up ssh keys first)
\# git remote set-url origin git@github.com:username/your-repository.git<br>
$ git clone git@github.com:openhwgroup/core-v-verif.git master<br>

### Metrics CI Cheat Sheet

#### Add the Metrics remote
$ git remote add metrics git@gitlab.openhwgroup.metrics.ca:cv32e40p_verif/cv32e40p_verif.git

#### Check to see if you have the Metrics remote added
$ git remote -v
> metrics git@gitlab.openhwgroup.metrics.ca:cv32e40p_verif/cv32e40p_verif.git (fetch)
> metrics git@gitlab.openhwgroup.metrics.ca:cv32e40p_verif/cv32e40p_verif.git (push)
> origin https://github.com/openhwgroup/core-v-verif (fetch)
> origin https://github.com/openhwgroup/core-v-verif (push)
3 changes: 0 additions & 3 deletions README.md
Expand Up @@ -32,9 +32,6 @@ To run CVA6 testbench, go to [cva6](cva6) directory and read the README.
### bin
Various utilities for running tests and performing various verification-related activities in the core-v-verif repository.

### ci
Scriptware for user regression tests and an explainer for the Metrics continuous integration flow used by CORE-V-VERIF.

### core-v-cores
Empty sub-directory into which the RTL from one or more of the [CORE-V-CORES](https://github.com/openhwgroup/core-v-cores) repositories is cloned.

Expand Down
1 change: 0 additions & 1 deletion bin/ci_check

This file was deleted.

0 comments on commit e9cbe83

Please sign in to comment.