aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/elab-vhdl_stmts.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2023-01-11 07:00:51 +0100
committerTristan Gingold <tgingold@free.fr>2023-01-11 07:00:51 +0100
commite7dba34e2b1f38f920cef3c4faed449921200668 (patch)
tree3c104447fcfacbdb0deddd70c9e0842d47994ced /src/synth/elab-vhdl_stmts.adb
parent467acc26b864bd0d4e531b1095cef067ba83cf3b (diff)
downloadghdl-e7dba34e2b1f38f920cef3c4faed449921200668.tar.gz
ghdl-e7dba34e2b1f38f920cef3c4faed449921200668.tar.bz2
ghdl-e7dba34e2b1f38f920cef3c4faed449921200668.zip
synth: improve support of PSL endpoints
Diffstat (limited to 'src/synth/elab-vhdl_stmts.adb')
-rw-r--r--src/synth/elab-vhdl_stmts.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/synth/elab-vhdl_stmts.adb b/src/synth/elab-vhdl_stmts.adb
index 0609e971a..6f0339534 100644
--- a/src/synth/elab-vhdl_stmts.adb
+++ b/src/synth/elab-vhdl_stmts.adb
@@ -281,7 +281,8 @@ package body Elab.Vhdl_Stmts is
| Iir_Kind_Psl_Assume_Directive
| Iir_Kind_Psl_Assert_Directive
| Iir_Kind_Psl_Cover_Directive
- | Iir_Kind_Psl_Declaration =>
+ | Iir_Kind_Psl_Declaration
+ | Iir_Kind_Psl_Endpoint_Declaration =>
null;
when Iir_Kind_Component_Instantiation_Statement =>
if Is_Component_Instantiation (Stmt) then