From 161767cddd472af62f63960b5919bc989efa2ab1 Mon Sep 17 00:00:00 2001 From: bbracker Date: Sun, 10 Oct 2021 13:12:36 -0700 Subject: [PATCH] make regression expect what buildroot is actually able to reach --- wally-pipelined/regression/regression-wally.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wally-pipelined/regression/regression-wally.py b/wally-pipelined/regression/regression-wally.py index 5c76548b..1413a6e2 100755 --- a/wally-pipelined/regression/regression-wally.py +++ b/wally-pipelined/regression/regression-wally.py @@ -31,7 +31,7 @@ configs = [ TestCase( name="buildroot", cmd="vsim -do wally-buildroot-batch.do -c > {}", - grepstr="8900000 instructions" + grepstr="8500000 instructions" ), TestCase( name="arch64",