From 74b103fae49c6cec7ee6a3845bb7cfa312c0b13d Mon Sep 17 00:00:00 2001 From: Kip Macsai-Goren Date: Mon, 25 Apr 2022 19:18:15 +0000 Subject: [PATCH] added working tests to test list, updated regression for new configs --- pipelined/regression/regression-wally | 12 ++++++------ pipelined/testbench/tests.vh | 9 +++++---- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/pipelined/regression/regression-wally b/pipelined/regression/regression-wally index c37186d05..1776958c7 100755 --- a/pipelined/regression/regression-wally +++ b/pipelined/regression/regression-wally @@ -80,20 +80,20 @@ for test in tests32gc: configs.append(tc) -tests64ia = ["wally64priv"] -for test in tests64ia: +tests64i = ["wally64priv"] +for test in tests64i: tc = TestCase( name=test, - variant="rv64ia", + variant="rv64i", cmd="vsim > {} -c < {} -c <