aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/sem_names.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/sem_names.adb')
-rw-r--r--src/vhdl/sem_names.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/sem_names.adb b/src/vhdl/sem_names.adb
index 1d2865f15..22c2b06eb 100644
--- a/src/vhdl/sem_names.adb
+++ b/src/vhdl/sem_names.adb
@@ -906,6 +906,7 @@ package body Sem_Names is
return Res;
end Sem_Type_Mark;
+ -- Return Globally if the prefix of NAME is a globally static name.
function Get_Object_Type_Staticness (Name : Iir) return Iir_Staticness
is
Base : constant Iir := Get_Base_Name (Name);