aboutsummaryrefslogtreecommitdiffstats
path: root/sem_psl.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-06-21 03:13:50 +0200
committerTristan Gingold <tgingold@free.fr>2014-06-21 03:13:50 +0200
commitb27fe672b79b7233ae2ca0ea612f58f9e34fca85 (patch)
tree635b96bbde68c72e8fda60eac9b015a80b63af5b /sem_psl.adb
parentdc45124d37fb77f49d35e2500694725787877157 (diff)
downloadghdl-b27fe672b79b7233ae2ca0ea612f58f9e34fca85.tar.gz
ghdl-b27fe672b79b7233ae2ca0ea612f58f9e34fca85.tar.bz2
ghdl-b27fe672b79b7233ae2ca0ea612f58f9e34fca85.zip
Handle report/severity in PSL assertions.
Diffstat (limited to 'sem_psl.adb')
-rw-r--r--sem_psl.adb3
1 files changed, 3 insertions, 0 deletions
diff --git a/sem_psl.adb b/sem_psl.adb
index a16da5771..15b924ce9 100644
--- a/sem_psl.adb
+++ b/sem_psl.adb
@@ -474,6 +474,9 @@ package body Sem_Psl is
Extract_Clock (Prop, Clk);
Set_Psl_Property (Stmt, Prop);
+ -- Sem report and severity expressions.
+ Sem_Report_Statement (Stmt);
+
-- Properties must be clocked.
if Clk = Null_Node then
if Current_Psl_Default_Clock = Null_Iir then