From 4232553f06bddc79e038403a4fc049306d07cc40 Mon Sep 17 00:00:00 2001 From: Ryszard Rozak Date: Tue, 10 Feb 2026 15:49:32 +0100 Subject: [PATCH] TMP: Update golden output Signed-off-by: Ryszard Rozak --- test_regress/t/t_force_unpacked_unsup.out | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/test_regress/t/t_force_unpacked_unsup.out b/test_regress/t/t_force_unpacked_unsup.out index b8ef50971..7afd30aa0 100644 --- a/test_regress/t/t_force_unpacked_unsup.out +++ b/test_regress/t/t_force_unpacked_unsup.out @@ -1,14 +1,8 @@ -%Error-UNSUPPORTED: t/t_force_unpacked_unsup.v:23:8: Unsupported: Force of unpacked array variable with elements of complex data type - 23 | real r_array[2]; - | ^~~~~~~ - ... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest %Error-UNSUPPORTED: t/t_force_unpacked_unsup.v:22:7: Unsupported: Force of unpacked array variable with >= 1000 elements 22 | bit big_array[40][40][40]; | ^~~~~~~~~ + ... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest %Error-UNSUPPORTED: t/t_force_unpacked_unsup.v:21:12: Unsupported: Force of unpacked array variable with >= 1000 elements 21 | struct_t s_array[3000]; | ^~~~~~~ -%Error-UNSUPPORTED: t/t_force_unpacked_unsup.v:21:12: Unsupported: Force of unpacked array variable with elements of complex data type - 21 | struct_t s_array[3000]; - | ^~~~~~~ %Error: Exiting due to