aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-canon_psl.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-canon_psl.adb')
-rw-r--r--src/vhdl/vhdl-canon_psl.adb5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/vhdl/vhdl-canon_psl.adb b/src/vhdl/vhdl-canon_psl.adb
index 391592be7..daffa2a42 100644
--- a/src/vhdl/vhdl-canon_psl.adb
+++ b/src/vhdl/vhdl-canon_psl.adb
@@ -27,11 +27,12 @@ package body Vhdl.Canon_PSL is
begin
case Get_Kind (Expr) is
when N_HDL_Expr
- | N_HDL_Bool =>
+ | N_HDL_Bool =>
Canon_Extract_Sensitivity_Expression
(Get_HDL_Node (Expr), Sensitivity_List);
when N_And_Bool
- | N_Or_Bool =>
+ | N_Or_Bool
+ | N_Imp_Bool =>
Canon_Extract_Sensitivity (Get_Left (Expr), Sensitivity_List);
Canon_Extract_Sensitivity (Get_Right (Expr), Sensitivity_List);
when N_Not_Bool =>