aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/elab-vhdl_debug.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/elab-vhdl_debug.adb')
-rw-r--r--src/synth/elab-vhdl_debug.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/synth/elab-vhdl_debug.adb b/src/synth/elab-vhdl_debug.adb
index d9b14f75f..a523a8e5c 100644
--- a/src/synth/elab-vhdl_debug.adb
+++ b/src/synth/elab-vhdl_debug.adb
@@ -561,7 +561,8 @@ package body Elab.Vhdl_Debug is
| Iir_Kind_Simple_Simultaneous_Statement =>
null;
when Iir_Kind_Psl_Default_Clock
- | Iir_Kind_Psl_Assert_Directive =>
+ | Iir_Kind_Psl_Assert_Directive
+ | Iir_Kind_Psl_Endpoint_Declaration =>
null;
when Iir_Kinds_Process_Statement =>
-- Note: processes are not elaborated.