aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOndrej Ille <ondrej.ille@gmail.com>2021-03-22 22:37:10 +0100
committertgingold <tgingold@users.noreply.github.com>2021-03-23 18:46:14 +0100
commit9f7967947a41f00fd50645d150871ae1d07ac79d (patch)
treedfb569f4fa6986acb9d51116370da6e32b44d642
parent420a1d3efb96b69a32afae1fefe0228700cdb14f (diff)
downloadghdl-9f7967947a41f00fd50645d150871ae1d07ac79d.tar.gz
ghdl-9f7967947a41f00fd50645d150871ae1d07ac79d.tar.bz2
ghdl-9f7967947a41f00fd50645d150871ae1d07ac79d.zip
doc: Add --psl-report-uncovered documentation option.
-rw-r--r--doc/using/Simulation.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/using/Simulation.rst b/doc/using/Simulation.rst
index 6f062a95d..83e716f89 100644
--- a/doc/using/Simulation.rst
+++ b/doc/using/Simulation.rst
@@ -338,3 +338,7 @@ Export hierarchy and references
.. option:: --psl-report=<FILENAME>
Write a report for PSL at the end of simulation. For each PSL cover and assert statements, the name, source location and whether it passed or failed is reported. The file is written using the JSON format, but is still human readable.
+
+.. option:: --psl-report-uncovered
+
+ Reports warning for each uncovered PSL cover point when simulation ends. \ No newline at end of file