mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-06 14:24:08 +00:00
Changed phrasing to avoid confusion on witnesses
This commit is contained in:
parent
aab2c3c2e0
commit
de5b9b7821
|
@ -174,10 +174,10 @@ to a higher value than the write address.
|
||||||
|
|
||||||
.. image:: media/gtkwave_noskip.png
|
.. image:: media/gtkwave_noskip.png
|
||||||
|
|
||||||
During correct operation, the ``w_underfill`` witness will cover the underflow
|
During correct operation, the ``w_underfill`` statement will cover the underflow
|
||||||
case. Examining ``fifo_cover/logfile.txt`` will reveal which trace file
|
case. Examining ``fifo_cover/logfile.txt`` will reveal which trace file
|
||||||
includes the witness we are looking for. If this file doesn't exist, run the
|
includes the cover statment we are looking for. If this file doesn't exist, run
|
||||||
code below.
|
the code below.
|
||||||
|
|
||||||
sby fifo.sby cover
|
sby fifo.sby cover
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue