aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/sem_psl.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/sem_psl.adb')
-rw-r--r--src/vhdl/sem_psl.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdl/sem_psl.adb b/src/vhdl/sem_psl.adb
index 445b89d68..841a0dca7 100644
--- a/src/vhdl/sem_psl.adb
+++ b/src/vhdl/sem_psl.adb
@@ -135,7 +135,7 @@ package body Sem_Psl is
return PSL.Hash.Get_PSL_Node (HDL_Node (Expr));
end Convert_Bool;
- -- Semantize an HDL expression. This may mostly a wrapper except in the
+ -- Analyze an HDL expression. This may mostly a wrapper except in the
-- case when the expression is in fact a PSL expression.
function Sem_Hdl_Expr (N : Node) return Node
is
@@ -756,7 +756,7 @@ package body Sem_Psl is
return Res2;
end Sem_Psl_Instance_Name;
- -- Called by sem_names to semantize a psl name.
+ -- Called by sem_names to analyze a psl name.
function Sem_Psl_Name (Name : Iir) return Iir is
begin
case Get_Kind (Name) is