diff options
author | tmeissner <programming@goodcleanfun.de> | 2020-06-07 09:24:37 +0200 |
---|---|---|
committer | tgingold <tgingold@users.noreply.github.com> | 2020-06-07 18:32:39 +0200 |
commit | 75c74b4745bfcca3fa86366b9f95c66635ee9316 (patch) | |
tree | bb963adee52c52dc884d35e80e28d566d33a9fb1 | |
parent | 408dba854864c4283a0e80cdb05edefee888619b (diff) | |
download | ghdl-75c74b4745bfcca3fa86366b9f95c66635ee9316.tar.gz ghdl-75c74b4745bfcca3fa86366b9f95c66635ee9316.tar.bz2 ghdl-75c74b4745bfcca3fa86366b9f95c66635ee9316.zip |
Add PSL built-in prev() function to allowed expressions
-rw-r--r-- | src/vhdl/vhdl-sem_expr.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-sem_expr.adb b/src/vhdl/vhdl-sem_expr.adb index dbbbe412a..4294e71c2 100644 --- a/src/vhdl/vhdl-sem_expr.adb +++ b/src/vhdl/vhdl-sem_expr.adb @@ -416,6 +416,7 @@ package body Vhdl.Sem_Expr is | Iir_Kind_Function_Call => return Expr; when Iir_Kind_Psl_Endpoint_Declaration + | Iir_Kind_Psl_Prev | Iir_Kind_Psl_Stable | Iir_Kind_Psl_Rose | Iir_Kind_Psl_Fell => |