From 9c3f062f4d471d7c95a4245624fb4b046a1e3572 Mon Sep 17 00:00:00 2001 From: Kevin Kim Date: Fri, 3 Feb 2023 17:40:02 +0000 Subject: [PATCH] arch32ba includes the 32i_m tests instead of 64 --- pipelined/testbench/tests.vh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pipelined/testbench/tests.vh b/pipelined/testbench/tests.vh index 1d094254e..2214d2a8f 100644 --- a/pipelined/testbench/tests.vh +++ b/pipelined/testbench/tests.vh @@ -883,9 +883,9 @@ string imperas32f[] = '{ string arch32ba[] = '{ `RISCVARCHTEST, // *** unclear why add.uw isn't in the list - "rv64i_m/B/src/sh1add-01.S", - "rv64i_m/B/src/sh1add-02.S", - "rv64i_m/B/src/sh1add-013.S" + "rv32i_m/B/src/sh1add-01.S", + "rv32i_m/B/src/sh1add-02.S", + "rv32i_m/B/src/sh1add-013.S" }; string arch64m[] = '{