projects
/
SymbiYosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5fa89e
)
Add --dumptasks to documentation
author
Clifford Wolf
<clifford@clifford.at>
Fri, 8 Mar 2019 20:20:08 +0000
(12:20 -0800)
committer
Clifford Wolf
<clifford@clifford.at>
Fri, 8 Mar 2019 20:20:08 +0000
(12:20 -0800)
Signed-off-by: Clifford Wolf <clifford@clifford.at>
docs/source/reference.rst
patch
|
blob
|
history
diff --git
a/docs/source/reference.rst
b/docs/source/reference.rst
index 0b6988dfb2608032831c68ee613e2ab4571d8359..dc5f33631936e24b5c771bcbce5075c6a635c326 100644
(file)
--- a/
docs/source/reference.rst
+++ b/
docs/source/reference.rst
@@
-104,6
+104,9
@@
combinations of some host implementations A and B and device implementations X a
The ``[tasks]`` section must appear in the ``.sby`` file before the first
``<taskname>:`` or ``~<taskname>:`` tag.
+The command ``sby --dumptasks <sby_file>`` prints the list of all tasks defined in
+a given ``.sby`` file.
+
Options section
---------------