aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2023-01-11 05:29:05 +0100
committerTristan Gingold <tgingold@free.fr>2023-01-11 05:29:05 +0100
commit1989110a760403d7067936c98a22ea1eb0db2ab0 (patch)
tree3a7eb9451454fd68c98552829faaa0cd5a7f7714 /src/synth
parentabc76f1224bd8b42b8c5f49afc110c4ee1dda4af (diff)
downloadghdl-1989110a760403d7067936c98a22ea1eb0db2ab0.tar.gz
ghdl-1989110a760403d7067936c98a22ea1eb0db2ab0.tar.bz2
ghdl-1989110a760403d7067936c98a22ea1eb0db2ab0.zip
simul: improve support of psl in debugger
Diffstat (limited to 'src/synth')
-rw-r--r--src/synth/elab-vhdl_debug.adb3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/synth/elab-vhdl_debug.adb b/src/synth/elab-vhdl_debug.adb
index 680f345ac..d9b14f75f 100644
--- a/src/synth/elab-vhdl_debug.adb
+++ b/src/synth/elab-vhdl_debug.adb
@@ -560,6 +560,9 @@ package body Elab.Vhdl_Debug is
| Iir_Kind_Concurrent_Procedure_Call_Statement
| Iir_Kind_Simple_Simultaneous_Statement =>
null;
+ when Iir_Kind_Psl_Default_Clock
+ | Iir_Kind_Psl_Assert_Directive =>
+ null;
when Iir_Kinds_Process_Statement =>
-- Note: processes are not elaborated.
if Cfg.With_Objs then