From 985f45759ca122d78f902d9bbcc9185ffedce14c Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Wed, 11 Mar 2026 07:17:02 -0400 Subject: [PATCH] Update libfst from upstream --- include/gtkwave/fstapi.c | 5 +++-- include/gtkwave/fstapi.h | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/include/gtkwave/fstapi.c b/include/gtkwave/fstapi.c index 82ca1bd6c..1b71a5eba 100644 --- a/include/gtkwave/fstapi.c +++ b/include/gtkwave/fstapi.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2023 Tony Bybell. + * Copyright (c) 2009-2026 Tony Bybell. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -3203,7 +3203,8 @@ static const char *modtypes[] = {"module", "vhdl_for_generate", "vhdl_if_generate", "vhdl_generate", - "vhdl_package"}; + "vhdl_package", + "sv_array"}; static const char *attrtypes[] = {"misc", "array", "enum", "class"}; diff --git a/include/gtkwave/fstapi.h b/include/gtkwave/fstapi.h index 97dbd2e02..00c63154c 100644 --- a/include/gtkwave/fstapi.h +++ b/include/gtkwave/fstapi.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2018 Tony Bybell. + * Copyright (c) 2009-2026 Tony Bybell. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -108,7 +108,8 @@ enum fstScopeType FST_ST_VHDL_GENERATE = 20, FST_ST_VHDL_PACKAGE = 21, - FST_ST_MAX = 21, + FST_ST_SV_ARRAY = 22, + FST_ST_MAX = 22, FST_ST_GEN_ATTRBEGIN = 252, FST_ST_GEN_ATTREND = 253,