Update to the latest GTKWAve files

This commit is contained in:
Cary R 2026-03-08 14:49:08 -07:00
parent 894a681ff0
commit 1c8d9e37f2
2 changed files with 6 additions and 4 deletions

View File

@ -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 * Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"), * copy of this software and associated documentation files (the "Software"),
@ -3203,7 +3203,8 @@ static const char *modtypes[] = {"module",
"vhdl_for_generate", "vhdl_for_generate",
"vhdl_if_generate", "vhdl_if_generate",
"vhdl_generate", "vhdl_generate",
"vhdl_package"}; "vhdl_package",
"unpacked"};
static const char *attrtypes[] = {"misc", "array", "enum", "class"}; static const char *attrtypes[] = {"misc", "array", "enum", "class"};

View File

@ -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 * Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"), * copy of this software and associated documentation files (the "Software"),
@ -108,7 +108,8 @@ enum fstScopeType
FST_ST_VHDL_GENERATE = 20, FST_ST_VHDL_GENERATE = 20,
FST_ST_VHDL_PACKAGE = 21, FST_ST_VHDL_PACKAGE = 21,
FST_ST_MAX = 21, FST_ST_UNPACKED_DIM = 22,
FST_ST_MAX = 22,
FST_ST_GEN_ATTRBEGIN = 252, FST_ST_GEN_ATTRBEGIN = 252,
FST_ST_GEN_ATTREND = 253, FST_ST_GEN_ATTREND = 253,