aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-stmts.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-stmts.adb')
-rw-r--r--src/synth/synth-stmts.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/synth-stmts.adb b/src/synth/synth-stmts.adb
index 339c0a823..0d2c8bf9f 100644
--- a/src/synth/synth-stmts.adb
+++ b/src/synth/synth-stmts.adb
@@ -1652,6 +1652,8 @@ package body Synth.Stmts is
null;
when Iir_Kind_Psl_Assert_Directive =>
Synth_Psl_Assert_Directive (Syn_Inst, Item);
+ when Iir_Kind_Psl_Assume_Directive =>
+ Synth_Psl_Assume_Directive (Syn_Inst, Item);
when others =>
Error_Kind ("synth_verification_unit", Item);
end case;