diff options
author | Tristan Gingold <tgingold@free.fr> | 2014-06-21 03:13:50 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2014-06-21 03:13:50 +0200 |
commit | b27fe672b79b7233ae2ca0ea612f58f9e34fca85 (patch) | |
tree | 635b96bbde68c72e8fda60eac9b015a80b63af5b /sem_psl.adb | |
parent | dc45124d37fb77f49d35e2500694725787877157 (diff) | |
download | ghdl-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.adb | 3 |
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 |