From cb485c76384b664246dc2e37885892b497fb05e9 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Sat, 16 May 2026 12:57:58 -0700 Subject: [PATCH] ivtest: Fix VVP regression test metadata A few JSON regression test entries reference the wrong source or gold files. There are also two regress-vvp list entries that reference each other's JSON file. Use the matching source and gold files for those entries. Signed-off-by: Lars-Peter Clausen --- ivtest/regress-vvp.list | 4 ++-- ivtest/vvp_tests/br_gh1256b.json | 2 +- ivtest/vvp_tests/sv_mixed_assign_error2.json | 4 ++-- ivtest/vvp_tests/sv_mixed_assign_error3.json | 4 ++-- ivtest/vvp_tests/sv_mixed_assign_error4.json | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ivtest/regress-vvp.list b/ivtest/regress-vvp.list index 5671edaf5..28899919a 100644 --- a/ivtest/regress-vvp.list +++ b/ivtest/regress-vvp.list @@ -249,8 +249,8 @@ sv_class_prop_assign_op2 vvp_tests/sv_class_prop_assign_op2.json sv_class_prop_logic vvp_tests/sv_class_prop_logic.json sv_class_prop_nest_darray1 vvp_tests/sv_class_prop_nest_darray1.json sv_class_prop_nest_obj1 vvp_tests/sv_class_prop_nest_obj1.json -sv_class_prop_nest_real1 vvp_tests/sv_class_prop_nest_str1.json -sv_class_prop_nest_str1 vvp_tests/sv_class_prop_nest_real1.json +sv_class_prop_nest_real1 vvp_tests/sv_class_prop_nest_real1.json +sv_class_prop_nest_str1 vvp_tests/sv_class_prop_nest_str1.json sv_class_prop_nest_vec1 vvp_tests/sv_class_prop_nest_vec1.json sv_const1 vvp_tests/sv_const1.json sv_const2 vvp_tests/sv_const2.json diff --git a/ivtest/vvp_tests/br_gh1256b.json b/ivtest/vvp_tests/br_gh1256b.json index c1598a869..ae8ab6e8f 100644 --- a/ivtest/vvp_tests/br_gh1256b.json +++ b/ivtest/vvp_tests/br_gh1256b.json @@ -1,5 +1,5 @@ { "type" : "normal", - "source" : "br_gh1256a.v", + "source" : "br_gh1256b.v", "iverilog-args" : [ "-g2009" ] } diff --git a/ivtest/vvp_tests/sv_mixed_assign_error2.json b/ivtest/vvp_tests/sv_mixed_assign_error2.json index 967b059f5..8bdd1d9fc 100644 --- a/ivtest/vvp_tests/sv_mixed_assign_error2.json +++ b/ivtest/vvp_tests/sv_mixed_assign_error2.json @@ -1,6 +1,6 @@ { "type" : "CE", - "source" : "sv_mixed_assign_error1.v", - "gold" : "sv_mixed_assign_error1", + "source" : "sv_mixed_assign_error2.v", + "gold" : "sv_mixed_assign_error2", "iverilog-args" : [ "-g2009" ] } diff --git a/ivtest/vvp_tests/sv_mixed_assign_error3.json b/ivtest/vvp_tests/sv_mixed_assign_error3.json index 967b059f5..20387f916 100644 --- a/ivtest/vvp_tests/sv_mixed_assign_error3.json +++ b/ivtest/vvp_tests/sv_mixed_assign_error3.json @@ -1,6 +1,6 @@ { "type" : "CE", - "source" : "sv_mixed_assign_error1.v", - "gold" : "sv_mixed_assign_error1", + "source" : "sv_mixed_assign_error3.v", + "gold" : "sv_mixed_assign_error3", "iverilog-args" : [ "-g2009" ] } diff --git a/ivtest/vvp_tests/sv_mixed_assign_error4.json b/ivtest/vvp_tests/sv_mixed_assign_error4.json index 967b059f5..e4b2da1fd 100644 --- a/ivtest/vvp_tests/sv_mixed_assign_error4.json +++ b/ivtest/vvp_tests/sv_mixed_assign_error4.json @@ -1,6 +1,6 @@ { "type" : "CE", - "source" : "sv_mixed_assign_error1.v", - "gold" : "sv_mixed_assign_error1", + "source" : "sv_mixed_assign_error4.v", + "gold" : "sv_mixed_assign_error4", "iverilog-args" : [ "-g2009" ] }