Skip to content

Commit 4f8b28a

Browse files
authored
Merge pull request #66 from riscv-software-src/fix-gitlab-paths
Update gitlab paths
2 parents b86c507 + 064b05a commit 4f8b28a

File tree

7 files changed

+13
-10
lines changed

7 files changed

+13
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5+
## [1.25.2] - 2022-10-08
6+
- updating paths for docker image and plugins to point to new location
7+
58
## [1.25.1] - 2022-09-09
69
- Modified the code to fix the issue #62, which changed the condition to allow flen=64 for D extension tests.
710

PLUGINS.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ List of Reference RISCOF Plugins
66
This section provides a list of pre-built riscof-plugins which users can refer
77
to, to build plugins for their own DUT
88

9-
- Spike: https://gitlab.com/incoresemi/riscof-plugins/-/tree/master/spike_parallel
10-
- SAIL_cSim: https://gitlab.com/incoresemi/riscof-plugins/-/blob/master/sail_cSim/README.md
11-
- InCore Plugins: https://gitlab.com/incoresemi/riscof-plugins (This is a collection of riscof based plugins for various targets hosted purely for reference.)
9+
- Spike: https://gitlab.incoresemi.com/core-verification/riscof-plugins/-/tree/master/spike_parallel
10+
- SAIL_cSim: https://gitlab.incoresemi.com/core-verification/riscof-plugins/-/blob/master/sail_cSim/README.md
11+
- InCore Plugins: https://gitlab.incoresemi.com/core-verification/riscof-plugins (This is a collection of riscof based plugins for various targets hosted purely for reference.)

docs/source/installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ These are often used as reference models in RISCOF.
299299

300300
.. code-block:: bash
301301
302-
$ docker pull registry.gitlab.com/incoresemi/docker-images/compliance
302+
$ docker pull gitlab.incoresemi.com:5050/dockers/docker-compliance
303303
304304
.. tab:: Spike (riscv-isa-sim)
305305

@@ -432,7 +432,7 @@ snippet should be replaced with the following::
432432
[sail_cSim]
433433
pluginpath=/path/to/riscof/sail_cSim
434434
docker=True
435-
image=registry.gitlab.com/incoresemi/docker-images/compliance
435+
image=gitlab.incoresemi.com:5050/dockers/docker-compliance
436436

437437

438438
The folder ``spike`` contains various templates of files that would be required for testing of
@@ -459,7 +459,7 @@ We are now ready to run the architectural tests on the DUT via RISCOF.
459459

460460
.. tip:: For details on the various configuration options supported by the *sail_cSim* plugin refer `here <csim_docs_>`_.
461461

462-
.. _csim_docs: https://gitlab.com/incoresemi/riscof-plugins/-/tree/master/sail_cSim#riscof-plugin-for-sail-risc-v-formal-model
462+
.. _csim_docs: https://gitlab.incoresemi.com/core-verification/riscof-plugins/-/tree/master/sail_cSim#riscof-plugin-for-sail-risc-v-formal-model
463463

464464
Cloning the Architectural Tests
465465
===============================

docs/source/plugins.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ Setup
739739
740740
.. code-block:: shell
741741
742-
git clone https://gitlab.com/incoresemi/riscof-plugins.git
742+
git clone https://gitlab.incoresemi.com/core-verification/riscof-plugins.git
743743
744744
2. Modify the following values in the ``config.ini``
745745

riscof/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__author__ = """InCore Semiconductors Pvt Ltd"""
66
__email__ = '[email protected]'
7-
__version__ = '1.25.1'
7+
__version__ = '1.25.2'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.25.1
2+
current_version = 1.25.2
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def read_requires():
2323
test_requirements = [ ]
2424

2525
setup(name="riscof",
26-
version='1.25.1',
26+
version='1.25.2',
2727
description="RISC-V Architectural Test Framework",
2828
long_description=readme + '\n\n',
2929
classifiers=[

0 commit comments

Comments
 (0)