aboutsummaryrefslogtreecommitdiffstats
path: root/sem_stmts.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-06-21 11:20:04 +0200
committerTristan Gingold <tgingold@free.fr>2014-06-21 11:20:04 +0200
commit270280a34295fa42785f9c8d99ad24b93d411e0c (patch)
tree468e41fc3a6bafd61710ae3b408dd2ece4f81fb8 /sem_stmts.ads
parentb27fe672b79b7233ae2ca0ea612f58f9e34fca85 (diff)
downloadghdl-270280a34295fa42785f9c8d99ad24b93d411e0c.tar.gz
ghdl-270280a34295fa42785f9c8d99ad24b93d411e0c.tar.bz2
ghdl-270280a34295fa42785f9c8d99ad24b93d411e0c.zip
Handla index of 'image. Fix ticket20.
Diffstat (limited to 'sem_stmts.ads')
-rw-r--r--sem_stmts.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/sem_stmts.ads b/sem_stmts.ads
index 59102affe..d3eeb8c09 100644
--- a/sem_stmts.ads
+++ b/sem_stmts.ads
@@ -56,6 +56,9 @@ package Sem_Stmts is
-- This is used by processes and subprograms semantization.
procedure Sem_Sequential_Statements (Decl : Iir; Body_Parent : Iir);
+ -- Sem for concurrent and sequential assertion statements.
+ procedure Sem_Report_Statement (Stmt : Iir);
+
-- Get the current subprogram or process.
function Get_Current_Subprogram return Iir;
pragma Inline (Get_Current_Subprogram);