From 12014fa902f2d2928364eaafd51fc1cdb8f0f08c Mon Sep 17 00:00:00 2001 From: Kuan-Wei Chiu Date: Mon, 18 Sep 2023 08:10:57 +0800 Subject: [PATCH 1/2] Fix typos in CONTRIBUTION.md - the the RVI approved-> the RVI approved - you are be expected to -> you are expected to --- CONTRIBUTION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md index 6733493bc..5a5000139 100644 --- a/CONTRIBUTION.md +++ b/CONTRIBUTION.md @@ -22,7 +22,7 @@ Pull requests are the best way to propose changes to the codebase. We actively w 4. If you have updated the docs, ensure that they render correctly in the respective format. 5. Make sure to create an entry in the CHANGELOG.md. Please refer to the section on versioning below to choose an appropriate version number. -6. Ensure the existing tests are not broken and still pass on the the RVI approved reference models. +6. Ensure the existing tests are not broken and still pass on the RVI approved reference models. 7. Please include a comment with the SPDX license identifier in all source files, for example: ``` // SPDX-License-Identifier: BSD-3-Clause @@ -34,7 +34,7 @@ Pull requests are the best way to propose changes to the codebase. We actively w ## Uploading Test Stats -If your PR is adding new tests or modifying existing tests, then you are be expected to +If your PR is adding new tests or modifying existing tests, then you are expected to run the coverage on the new tests (via [RISCOF's coverage mode]((https://riscof.readthedocs.io/en/stable/commands.html#coverage))) and upload the coverage and data propagation reports to [this Google Drive folder](https://drive.google.com/drive/folders/153nIRznXwzu7N1rWl9CesqwAXLqwHoEx?usp=share_link). In this folder create a new folder with the PR number as the name. The stat files must be zipped and From fb4194451c41cc5ef77851579562b7baf81a84b3 Mon Sep 17 00:00:00 2001 From: Kuan-Wei Chiu Date: Wed, 4 Oct 2023 23:55:26 +0800 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f033759e1..7f7b5d046 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # CHANGELOG +## [3.7.4] - 2023-10-04 +- Fix typos in CONTRIBUTION.md + ## [3.7.3] - 2023-09-29 - Added test RV32i_m/div-01.S and RV64i_m/div-01.S tests. - Added tests for resolving missing coverage issue of harcoded registers[issue #306](https://github.com/riscv-non-isa/riscv-arch-test/issues/306)