Skip to content

Commit 8525e44

Browse files
committed
Correction in README.md and changes in naming in Jenkinsfile
1 parent df65113 commit 8525e44

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pipeline {
1818
}
1919
}
2020

21-
stage('Performance tests') {
21+
stage('Resource Usage Report Generation') {
2222
steps {
2323
echo "-=- execute performance tests -=-"
2424
perfReport 'output.csv'

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -163,22 +163,21 @@ Integration (CI) suite running in [travis ci](travis-ci.org). This currently co
163163
caching, timers, interrupts and other features.
164164

165165
Status: [![Build Status](https://travis-ci.org/openrisc/mor1kx.svg?branch=master)](https://travis-ci.org/openrisc/mor1kx)
166-
167-
166+
167+
168168
The or1k Continuous Integration (CI) suite is running in a librecores-ci-openrisc docker container in Travis CI. Parallel execution of tests runs in librecores-ci-openrisc docker environment.
169-
- [librecores-ci-openrisc](https://github.com/librecores/docker-images/tree/master/librecores-ci-openrisc) docker image is based on the standard [librecores/librecores-ci](https://github.com/librecores/docker-images/tree/master/librecores-ci) docker image and it largely target the [FuseSoC](https://github.com/olofk/fusesoc) use cases.
169+
- [librecores-ci-openrisc](https://github.com/librecores/docker-images/tree/master/librecores-ci-openrisc) docker image is based on the standard [librecores/librecores-ci](https://github.com/librecores/docker-images/tree/master/librecores-ci) docker image and it largely target the [FuseSoC](https://github.com/olofk/fusesoc) use cases.
170170
- The base image includes installation of common EDA tools such as Icarus Verilog, Verilator and Yosys that is required by CI suite for testing. librecores/libreocres-ci-openrisc docker image gets the toolchain required, downloads and compiles the or1k-tests.
171-
172-
173-
The Continous Integration suite is also running in [Jenkins](https://ci.librecores.org/) supported by [Librecores-CI](https://github.com/librecores/librecores-ci-jenkins-server). As similar to Travis, `mor1kx` pipelines are also constantly verified in Jenkins pipelines. In addition to that, it also supports:
174171

175-
- Yosys synthesis for monitoring resource usages. [Fusesoc](https://github.com/olofk/fusesoc/blob/master/doc/icestorm.adoc) provides the support of Icestorm. The icestorm backend uses yosys to handle synthesis, arachne-pnr for place & route, and icepack for creating the bitstream.
176-
- [LibreCores CI](https://github.com/librecores/docker-images/tree/master/librecores-ci) Docker image provides support of Yosys synthesis metrics parser which provides 'Printing Statistics' and results are parsed to graphs using Performance Plugin in Jenkins Pipeline which can be seen at [ci.librecores.org](https://ci.librecores.org/job/Projects/job/OpenRISC/job/mor1kx/)
177172

173+
The Continous Integration suite also runs in [Jenkins](https://ci.librecores.org/) supported by [Librecores-CI](https://github.com/librecores/librecores-ci-jenkins-server). As similar to Travis, `mor1kx` pipelines are also constantly verified. In addition to that, it also supports:
178174

179-
Status : [![Build Status](https://ci.librecores.org/job/Projects/job/OpenRISC/job/mor1kx/view/change-requests/job/PR-87/badge/icon)](https://ci.librecores.org/job/Projects/job/OpenRISC/job/mor1kx/view/change-requests/job/PR-87/)
175+
- Yosys synthesis for monitoring resource usages. [Fusesoc](https://github.com/olofk/fusesoc/blob/master/doc/icestorm.adoc) provides the icestorm backend.
176+
- [LibreCores CI](https://github.com/librecores/docker-images/tree/master/librecores-ci) Docker image provides Yosys synthesis metrics parser which outputs 'Printing Statistics'. Results are parsed to graphs with Performance Plugin, which can be seen at [ci.librecores.org](https://ci.librecores.org/job/Projects/job/OpenRISC/job/mor1kx/)
180177

181178

179+
Status : [![Build Status](https://ci.librecores.org/job/Projects/job/OpenRISC/job/mor1kx/job/master/badge/icon)](https://ci.librecores.org/job/Projects/job/OpenRISC/job/mor1kx/job/master/)
180+
182181
In the future we are working on bringing more tests including:
183182

184183
- softfloat, fpu verification (may not be feasable in CI due to long run times)
@@ -197,4 +196,3 @@ Verification status of mor1kx pipelines:
197196
|`ESPRESSO`|`linting` `or1k-tests` |Still many pipeline failures, see issue #71|
198197
|`PRONTO_ESPRESSO`|`linting`|No toolchain support for no-delayslot c code|
199198
|`MAROCCHINO`|`linting` `or1k-tests`|See [marocchino](https://github.com/openrisc/or1k_marocchino) project.|
200-

0 commit comments

Comments
 (0)