File tree Expand file tree Collapse file tree 7 files changed +13
-10
lines changed Expand file tree Collapse file tree 7 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 22
33This 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
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ List of Reference RISCOF Plugins
66This section provides a list of pre-built riscof-plugins which users can refer
77to, 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.)
Original file line number Diff line number Diff 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
438438The 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
464464Cloning the Architectural Tests
465465===============================
Original file line number Diff line number Diff 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
7447442. Modify the following values in the ` ` config.ini` `
745745
Original file line number Diff line number Diff line change 44
55__author__ = """InCore Semiconductors Pvt Ltd"""
667- __version__ = '1.25.1 '
7+ __version__ = '1.25.2 '
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.25.1
2+ current_version = 1.25.2
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def read_requires():
2323test_requirements = [ ]
2424
2525setup (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 = [
You can’t perform that action at this time.
0 commit comments