Skip to content

Commit

Permalink
Merge pull request #66 from riscv-software-src/fix-gitlab-paths
Browse files Browse the repository at this point in the history
Update gitlab paths
  • Loading branch information
pawks committed Oct 8, 2022
2 parents b86c507 + 064b05a commit 4f8b28a
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

## [1.25.2] - 2022-10-08
- updating paths for docker image and plugins to point to new location

## [1.25.1] - 2022-09-09
- Modified the code to fix the issue #62, which changed the condition to allow flen=64 for D extension tests.

Expand Down
6 changes: 3 additions & 3 deletions PLUGINS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ List of Reference RISCOF Plugins
This section provides a list of pre-built riscof-plugins which users can refer
to, to build plugins for their own DUT

- Spike: https://gitlab.com/incoresemi/riscof-plugins/-/tree/master/spike_parallel
- SAIL_cSim: https://gitlab.com/incoresemi/riscof-plugins/-/blob/master/sail_cSim/README.md
- InCore Plugins: https://gitlab.com/incoresemi/riscof-plugins (This is a collection of riscof based plugins for various targets hosted purely for reference.)
- Spike: https://gitlab.incoresemi.com/core-verification/riscof-plugins/-/tree/master/spike_parallel
- SAIL_cSim: https://gitlab.incoresemi.com/core-verification/riscof-plugins/-/blob/master/sail_cSim/README.md
- 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.)
6 changes: 3 additions & 3 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ These are often used as reference models in RISCOF.

.. code-block:: bash
$ docker pull registry.gitlab.com/incoresemi/docker-images/compliance
$ docker pull gitlab.incoresemi.com:5050/dockers/docker-compliance
.. tab:: Spike (riscv-isa-sim)

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


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

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

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

Cloning the Architectural Tests
===============================
Expand Down
2 changes: 1 addition & 1 deletion docs/source/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ Setup
.. code-block:: shell
git clone https://gitlab.com/incoresemi/riscof-plugins.git
git clone https://gitlab.incoresemi.com/core-verification/riscof-plugins.git
2. Modify the following values in the ``config.ini``
Expand Down
2 changes: 1 addition & 1 deletion riscof/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = """InCore Semiconductors Pvt Ltd"""
__email__ = 'info@incoresemi.com'
__version__ = '1.25.1'
__version__ = '1.25.2'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.25.1
current_version = 1.25.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def read_requires():
test_requirements = [ ]

setup(name="riscof",
version='1.25.1',
version='1.25.2',
description="RISC-V Architectural Test Framework",
long_description=readme + '\n\n',
classifiers=[
Expand Down

0 comments on commit 4f8b28a

Please sign in to comment.