aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-sem_stmts.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-sem_stmts.adb')
-rw-r--r--src/vhdl/vhdl-sem_stmts.adb6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/vhdl/vhdl-sem_stmts.adb b/src/vhdl/vhdl-sem_stmts.adb
index 4b8c5880c..545a543c7 100644
--- a/src/vhdl/vhdl-sem_stmts.adb
+++ b/src/vhdl/vhdl-sem_stmts.adb
@@ -2020,8 +2020,10 @@ package body Vhdl.Sem_Stmts is
Sem_Psl.Sem_Psl_Declaration (El);
when Iir_Kind_Psl_Endpoint_Declaration =>
Sem_Psl.Sem_Psl_Endpoint_Declaration (El);
- when Iir_Kind_Psl_Assert_Statement =>
- New_El := Sem_Psl.Sem_Psl_Assert_Statement (El);
+ when Iir_Kind_Psl_Assert_Directive =>
+ New_El := Sem_Psl.Sem_Psl_Assert_Directive (El);
+ when Iir_Kind_Psl_Assume_Directive =>
+ Sem_Psl.Sem_Psl_Assume_Directive (El);
when Iir_Kind_Psl_Cover_Directive =>
Sem_Psl.Sem_Psl_Cover_Directive (El);
when Iir_Kind_Psl_Restrict_Directive =>