From 0fd5b3b2ce36e3a1498149b06f753ca94d132ee2 Mon Sep 17 00:00:00 2001 From: Rose Thompson Date: Fri, 20 Oct 2023 15:15:47 -0500 Subject: [PATCH] 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"