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.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-canon_psl.adb b/src/vhdl/vhdl-canon_psl.adb
index a130b0a5e..e505b655c 100644
--- a/src/vhdl/vhdl-canon_psl.adb
+++ b/src/vhdl/vhdl-canon_psl.adb
@@ -28,7 +28,8 @@ package body Vhdl.Canon_PSL is
is
begin
case Get_Kind (Expr) is
- when N_HDL_Expr =>
+ when N_HDL_Expr
+ | N_HDL_Bool =>
Canon_Extract_Sensitivity (Get_HDL_Node (Expr), Sensitivity_List);
when N_And_Bool
| N_Or_Bool =>