aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-parse.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-parse.adb')
-rw-r--r--src/vhdl/vhdl-parse.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-parse.adb b/src/vhdl/vhdl-parse.adb
index 60dfd103c..4f8ac27c0 100644
--- a/src/vhdl/vhdl-parse.adb
+++ b/src/vhdl/vhdl-parse.adb
@@ -3537,6 +3537,7 @@ package body Vhdl.Parse is
Ref := Create_Iir (Iir_Kind_Terminal_Declaration);
Scan_Identifier (Ref);
Set_Reference (Def, Ref);
+ Set_Reference_Terminal_Flag (Ref, True);
if Current_Token = Tok_Reference then
Scan;
else