Update to the latest GTKWAve files
This commit is contained in:
parent
894a681ff0
commit
1c8d9e37f2
|
|
@ -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"};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue