aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-sem_psl.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-sem_psl.adb')
-rw-r--r--src/vhdl/vhdl-sem_psl.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-sem_psl.adb b/src/vhdl/vhdl-sem_psl.adb
index 917f35e97..b99ee5a17 100644
--- a/src/vhdl/vhdl-sem_psl.adb
+++ b/src/vhdl/vhdl-sem_psl.adb
@@ -952,6 +952,8 @@ package body Vhdl.Sem_Psl is
Sem_Psl_Default_Clock (Item);
when Iir_Kind_Psl_Assert_Directive =>
Item := Sem_Psl_Assert_Directive (Item, False);
+ when Iir_Kind_Psl_Assume_Directive =>
+ Sem_Psl_Assume_Directive (Item);
when others =>
Error_Kind ("sem_psl_verification_unit", Item);
end case;