From 54c55b57cbef1b92d3ada657cfef9db45355c047 Mon Sep 17 00:00:00 2001 From: Ross Thompson Date: Wed, 7 Sep 2022 12:06:15 -0500 Subject: [PATCH] Named change for ahb tests to be less annoying. --- pipelined/regression/regression-wally | 2 +- pipelined/regression/wally-pipelined-batch.do | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/pipelined/regression/regression-wally b/pipelined/regression/regression-wally index 8bb8ad21..3b5fc3a7 100755 --- a/pipelined/regression/regression-wally +++ b/pipelined/regression/regression-wally @@ -103,7 +103,7 @@ for test in tests32e: ahbTests = [("0", "0"), ("0", "1"), ("1", "0"), ("1", "1"), ("2", "0"), ("2", "1")] for test in ahbTests: tc = TestCase( - name="RAM_LATENCH_" + test[0] + "_BURST_EN_" + test[1], + name="ram_latency_" + test[0] + "_burst_en_" + test[1], variant="ahb", cmd="vsim > {} -c <