aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-vhdl_stmts.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-08-21 10:39:12 +0200
committerTristan Gingold <tgingold@free.fr>2022-08-21 10:39:12 +0200
commit61665a183e94cf8edaebb336c34df24a02ef45fd (patch)
tree27a723c64906a5f7293e47e9cb27c62ca3b33574 /src/synth/synth-vhdl_stmts.ads
parent068988b5f9132ae11ee65ca75ac6e56bc8f2f530 (diff)
downloadghdl-61665a183e94cf8edaebb336c34df24a02ef45fd.tar.gz
ghdl-61665a183e94cf8edaebb336c34df24a02ef45fd.tar.bz2
ghdl-61665a183e94cf8edaebb336c34df24a02ef45fd.zip
simul: rework assertions execution and error handling
Diffstat (limited to 'src/synth/synth-vhdl_stmts.ads')
-rw-r--r--src/synth/synth-vhdl_stmts.ads2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/synth/synth-vhdl_stmts.ads b/src/synth/synth-vhdl_stmts.ads
index 3922b9242..db78c44d7 100644
--- a/src/synth/synth-vhdl_stmts.ads
+++ b/src/synth/synth-vhdl_stmts.ads
@@ -101,8 +101,6 @@ package Synth.Vhdl_Stmts is
Unit : Node;
Parent_Inst : Synth_Instance_Acc);
- procedure Execute_Assertion_Statement (Inst : Synth_Instance_Acc;
- Stmt : Node);
procedure Execute_Report_Statement (Inst : Synth_Instance_Acc;
Stmt : Node);
procedure Exec_Failed_Assertion (Syn_Inst : Synth_Instance_Acc;