projects
/
SymbiYosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8aaf40d
)
Fix typo
author
Clifford Wolf
<clifford@clifford.at>
Mon, 30 Jan 2017 11:31:53 +0000
(12:31 +0100)
committer
Clifford Wolf
<clifford@clifford.at>
Mon, 30 Jan 2017 11:31:53 +0000
(12:31 +0100)
docs/source/quickstart.rst
patch
|
blob
|
history
diff --git
a/docs/source/quickstart.rst
b/docs/source/quickstart.rst
index 5c04b390e795529ab983e0e14ff907b6459fd757..6bcc1073c81f61debd72c5a1d3bf08025d64ff37 100644
(file)
--- a/
docs/source/quickstart.rst
+++ b/
docs/source/quickstart.rst
@@
-70,7
+70,7
@@
fail because the output directory ``demo/`` already exists.)
Time for a simple exercise: Modify the design so that the property is false
and the offending state is reachable within 100 cycles. Re-run ``sby`` with
-the modified design and see if the proof now fails. Inspect the counter
example
+the modified design and see if the proof now fails. Inspect the counterexample
trace (``.vcd`` file) produced by ``sby``. (`GTKWave <http://gtkwave.sourceforge.net/>`_
is an open source VCD viewer that you can use.)