diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-08-16 22:31:06 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-08-17 21:40:42 +0200 |
commit | 7d034fc52f6b15e743ca91e7b1a4314bf31623b9 (patch) | |
tree | 60c6c4deb857b89e5d9f86b55d9fee8160313545 /src/vhdl/vhdl-sem_stmts.adb | |
parent | 60b4bf2b63cdad9cfd36106f084fcbe94d01d4d5 (diff) | |
download | ghdl-7d034fc52f6b15e743ca91e7b1a4314bf31623b9.tar.gz ghdl-7d034fc52f6b15e743ca91e7b1a4314bf31623b9.tar.bz2 ghdl-7d034fc52f6b15e743ca91e7b1a4314bf31623b9.zip |
vhdl: parse verification unit (WIP).
Diffstat (limited to 'src/vhdl/vhdl-sem_stmts.adb')
-rw-r--r-- | src/vhdl/vhdl-sem_stmts.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-sem_stmts.adb b/src/vhdl/vhdl-sem_stmts.adb index 848baeeb2..96c23ac8b 100644 --- a/src/vhdl/vhdl-sem_stmts.adb +++ b/src/vhdl/vhdl-sem_stmts.adb @@ -2028,7 +2028,7 @@ package body Vhdl.Sem_Stmts is when Iir_Kind_Psl_Endpoint_Declaration => Sem_Psl.Sem_Psl_Endpoint_Declaration (El); when Iir_Kind_Psl_Assert_Directive => - New_El := Sem_Psl.Sem_Psl_Assert_Directive (El); + New_El := Sem_Psl.Sem_Psl_Assert_Directive (El, True); when Iir_Kind_Psl_Assume_Directive => Sem_Psl.Sem_Psl_Assume_Directive (El); when Iir_Kind_Psl_Cover_Directive => |