3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-06-13 04:06:15 +00:00

Update remaining quickstart examples

Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
Clifford Wolf 2018-06-29 18:21:38 +02:00
parent 45a11da8ea
commit 2fa29974dd
7 changed files with 22 additions and 14 deletions

View file

@ -190,7 +190,7 @@ also be a useful method for evaluating engines.)
Let's consider the following example:
.. literalinclude:: ../examples/quickstart/memory.v
.. literalinclude:: ../examples/quickstart/memory.sv
:language: systemverilog
This example is expected to fail verification (see the BUG comment).
@ -224,7 +224,7 @@ Bounded model checks only prove that the safety properties hold for the first
and we need to prove that the safety properties hold forever, not just the first
*N* cycles. Let us consider the following example:
.. literalinclude:: ../examples/quickstart/prove.v
.. literalinclude:: ../examples/quickstart/prove.sv
:language: systemverilog
Proving this design in an unbounded manner can be achieved using the following