Update to the latest GTKWave files
This commit is contained in:
parent
1248394a5d
commit
9b0d46b4bf
|
|
@ -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"};
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue