mirror of https://github.com/YosysHQ/yosys.git
Update interactive_investigation.rst
The text starting at line 118 refers to proc twice but it should refer to opt and then to proc.
This commit is contained in:
parent
dd3637f9f0
commit
1c41db6978
docs/source/using_yosys/more_scripting
|
@ -115,7 +115,7 @@ leads us to the third diagram:
|
||||||
|
|
||||||
Output of the third :cmd:ref:`show` command in :ref:`example_ys`
|
Output of the third :cmd:ref:`show` command in :ref:`example_ys`
|
||||||
|
|
||||||
Here we see that the :cmd:ref:`proc` command not only has removed the artifacts
|
Here we see that the :cmd:ref:`opt` command not only has removed the artifacts
|
||||||
left behind by :cmd:ref:`proc`, but also determined correctly that it can remove
|
left behind by :cmd:ref:`proc`, but also determined correctly that it can remove
|
||||||
the first ``$mux`` cell without changing the behavior of the circuit.
|
the first ``$mux`` cell without changing the behavior of the circuit.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue