mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-07 06:33:24 +00:00
Docs: working on opt page
Replace leftover `opt` example source/images with examples specific to the `opt_*` pass. Currently has images for `opt_expr`, `opt_merge`, `opt_muxtree`, and `opt_share`. Also includes some other TODO updates.
This commit is contained in:
parent
63a0f80996
commit
27ae093dba
18 changed files with 140 additions and 105 deletions
|
@ -437,7 +437,7 @@ sections: ``outstage``, ``selstage``, and ``scramble``.
|
|||
:language: yoscrypt
|
||||
:caption: Using :cmd:ref:`submod` to break up the circuit from ``memdemo.v``
|
||||
:start-after: cd memdemo
|
||||
:end-at: @selstage
|
||||
:end-before: cd ..
|
||||
:name: submod
|
||||
|
||||
The ``-name`` option is used to specify the name of the new module and also the
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
Troubleshooting
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
.. TODO:: more on troubleshooting
|
||||
|
||||
See :doc:`/cmd/bugpoint`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue