aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-07-25 05:17:10 +0200
committerTristan Gingold <tgingold@free.fr>2022-07-25 05:17:10 +0200
commit9113c965378a69447386d57d6d8a9f4caf7d1581 (patch)
treea8bc0ffe9324fe1273fe10750764664f786ffb53 /src/vhdl
parent54cf60d44d1110b127f6a81ee789eef4740630a1 (diff)
downloadghdl-9113c965378a69447386d57d6d8a9f4caf7d1581.tar.gz
ghdl-9113c965378a69447386d57d6d8a9f4caf7d1581.tar.bz2
ghdl-9113c965378a69447386d57d6d8a9f4caf7d1581.zip
simul: gather terminals
Diffstat (limited to 'src/vhdl')
-rw-r--r--src/vhdl/vhdl-annotations.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vhdl/vhdl-annotations.adb b/src/vhdl/vhdl-annotations.adb
index 7a2487278..fb8603c56 100644
--- a/src/vhdl/vhdl-annotations.adb
+++ b/src/vhdl/vhdl-annotations.adb
@@ -765,10 +765,11 @@ package body Vhdl.Annotations is
when Iir_Kind_Terminal_Declaration =>
Add_Terminal_Info (Block_Info, Decl);
- when Iir_Kinds_Branch_Quantity_Declaration
- | Iir_Kind_Free_Quantity_Declaration =>
+ when Iir_Kind_Free_Quantity_Declaration =>
Annotate_Declaration_Type (Block_Info, Decl);
Add_Quantity_Info (Block_Info, Decl);
+ when Iir_Kinds_Branch_Quantity_Declaration =>
+ Add_Quantity_Info (Block_Info, Decl);
when Iir_Kind_Type_Declaration
| Iir_Kind_Anonymous_Type_Declaration =>
@@ -848,7 +849,6 @@ package body Vhdl.Annotations is
when Iir_Kind_Nature_Declaration =>
null;
-
when Iir_Kind_Psl_Default_Clock =>
null;