Update libfst from upstream
This commit is contained in:
parent
db9d782061
commit
985f45759c
|
|
@ -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"};
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue