aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/elab-vhdl_insts.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/elab-vhdl_insts.adb')
-rw-r--r--src/synth/elab-vhdl_insts.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/synth/elab-vhdl_insts.adb b/src/synth/elab-vhdl_insts.adb
index 26763a5c6..e3a215bff 100644
--- a/src/synth/elab-vhdl_insts.adb
+++ b/src/synth/elab-vhdl_insts.adb
@@ -617,10 +617,11 @@ package body Elab.Vhdl_Insts is
| Iir_Kind_Psl_Assume_Directive
| Iir_Kind_Psl_Cover_Directive
| Iir_Kind_Psl_Assert_Directive
+ | Iir_Kind_Psl_Endpoint_Declaration
| Iir_Kind_Concurrent_Assertion_Statement =>
null;
when others =>
- Error_Kind ("elab_recurse_instantiations_Statement", Stmt);
+ Error_Kind ("elab_recurse_instantiations_statement", Stmt);
end case;
end Elab_Recurse_Instantiations_Statement;