From 5a4028064a34ce4625035da0521d7ec73649898e Mon Sep 17 00:00:00 2001 From: Rose Thompson Date: Fri, 20 Oct 2023 15:13:52 -0500 Subject: [PATCH 1/2] Updated comments for the cbom tests. --- .../riscv-test-suite/rv32i_m/privilege/src/WALLY-cbom-01.S | 2 +- .../riscv-test-suite/rv64i_m/privilege/src/WALLY-cbom-01.S | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/privilege/src/WALLY-cbom-01.S b/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/privilege/src/WALLY-cbom-01.S index 3c129b998..b4d4bae3c 100644 --- a/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/privilege/src/WALLY-cbom-01.S +++ b/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/privilege/src/WALLY-cbom-01.S @@ -13,7 +13,7 @@ # and does not write back. Clean: Writes back dirty cacheline if needed # and clears dirty bit. Does NOT clear valid bit. Flush: Cleans and then # Invalidates. These operations apply to all caches in the memory system. -# The tests are divided into three parts one for the data cache, instruction cache +# The tests are divided into three parts one for the data cache # and checks to verify the uncached regions of memory cause exceptions. # ----------- # Copyright (c) 2020. RISC-V International. All rights reserved. diff --git a/tests/wally-riscv-arch-test/riscv-test-suite/rv64i_m/privilege/src/WALLY-cbom-01.S b/tests/wally-riscv-arch-test/riscv-test-suite/rv64i_m/privilege/src/WALLY-cbom-01.S index edad0406a..74145955a 100644 --- a/tests/wally-riscv-arch-test/riscv-test-suite/rv64i_m/privilege/src/WALLY-cbom-01.S +++ b/tests/wally-riscv-arch-test/riscv-test-suite/rv64i_m/privilege/src/WALLY-cbom-01.S @@ -13,7 +13,7 @@ # and does not write back. Clean: Writes back dirty cacheline if needed # and clears dirty bit. Does NOT clear valid bit. Flush: Cleans and then # Invalidates. These operations apply to all caches in the memory system. -# The tests are divided into three parts one for the data cache, instruction cache +# The tests are divided into three parts one for the data cache # and checks to verify the uncached regions of memory cause exceptions. # ----------- # Copyright (c) 2020. RISC-V International. All rights reserved. From 0fd5b3b2ce36e3a1498149b06f753ca94d132ee2 Mon Sep 17 00:00:00 2001 From: Rose Thompson Date: Fri, 20 Oct 2023 15:15:47 -0500 Subject: [PATCH 2/2] Updated comments in the cboz tests. --- .../riscv-test-suite/rv32i_m/privilege/src/WALLY-cboz-01.S | 2 +- .../riscv-test-suite/rv64i_m/privilege/src/WALLY-cboz-01.S | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/privilege/src/WALLY-cboz-01.S b/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/privilege/src/WALLY-cboz-01.S index 207c727ec..92e046bd1 100644 --- a/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/privilege/src/WALLY-cboz-01.S +++ b/tests/wally-riscv-arch-test/riscv-test-suite/rv32i_m/privilege/src/WALLY-cboz-01.S @@ -17,7 +17,7 @@ # SPDX-License-Identifier: BSD-3-Clause # ----------- # -# This assembly file tests the cbo.inval, cbo.clean, and cbo.flush instructions of the RISC-V Zicbom extension. +# This assembly file tests the cbo.zero instruction of the RISC-V Zicboz extension. # #include "model_test.h" diff --git a/tests/wally-riscv-arch-test/riscv-test-suite/rv64i_m/privilege/src/WALLY-cboz-01.S b/tests/wally-riscv-arch-test/riscv-test-suite/rv64i_m/privilege/src/WALLY-cboz-01.S index 22b076261..1fe3e120b 100644 --- a/tests/wally-riscv-arch-test/riscv-test-suite/rv64i_m/privilege/src/WALLY-cboz-01.S +++ b/tests/wally-riscv-arch-test/riscv-test-suite/rv64i_m/privilege/src/WALLY-cboz-01.S @@ -17,7 +17,7 @@ # SPDX-License-Identifier: BSD-3-Clause # ----------- # -# This assembly file tests the cbo.inval, cbo.clean, and cbo.flush instructions of the RISC-V Zicbom extension. +# This assembly file tests the cbo.zero instruction of the RISC-V Zicboz extension. # #include "model_test.h"