From 9b0d46b4bf65242037e8684a1d558a6dcf1869fd Mon Sep 17 00:00:00 2001 From: Cary R Date: Fri, 27 Mar 2026 19:15:28 -0700 Subject: [PATCH] Update to the latest GTKWave files --- vpi/fstapi.c | 2 +- vpi/fstapi.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vpi/fstapi.c b/vpi/fstapi.c index 2f4035583..1b71a5eba 100644 --- a/vpi/fstapi.c +++ b/vpi/fstapi.c @@ -3204,7 +3204,7 @@ static const char *modtypes[] = {"module", "vhdl_if_generate", "vhdl_generate", "vhdl_package", - "unpacked"}; + "sv_array"}; static const char *attrtypes[] = {"misc", "array", "enum", "class"}; diff --git a/vpi/fstapi.h b/vpi/fstapi.h index 4f7032425..00c63154c 100644 --- a/vpi/fstapi.h +++ b/vpi/fstapi.h @@ -108,7 +108,7 @@ enum fstScopeType FST_ST_VHDL_GENERATE = 20, FST_ST_VHDL_PACKAGE = 21, - FST_ST_UNPACKED_DIM = 22, + FST_ST_SV_ARRAY = 22, FST_ST_MAX = 22, FST_ST_GEN_ATTRBEGIN = 252,