Skip to content

Commit

Permalink
Minor tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed Aug 7, 2023
1 parent 8ade218 commit afc25af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/source/appendix/APPNOTE_011_Design_Investigation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ Interactive navigation
$procmux$5
.. code-block:: RTLIL
:caption: Output of ``dump \$2`` using the design from :numref:`example_src`
:caption: Output of ``dump $2`` using the design from :numref:`example_src`
and :numref:`example_out`
:name: dump2
Expand Down Expand Up @@ -474,7 +474,7 @@ has no effect anymore.
:class: width-helper
:name: select_prod

Objects selected by ``select prod \%ci...``
Objects selected by ``select prod %ci...``

In most cases there are certain cell types and/or ports that should not be
considered for the ``%ci`` action, or we only want to follow certain cell types
Expand Down Expand Up @@ -541,7 +541,7 @@ Or we could decide to tell the ``%ci`` action to not follow the ``CLK`` input:
:class: width-helper
:name: memdemo_01

Output of ``show y \%ci2:+\$dff[Q,D] \%ci*:-\$mux[S]:-\$dff``
Output of ``show y %ci2:+$dff[Q,D] %ci*:-$mux[S]:-$dff``

Next we would investigate the next logic level by adding another ``%ci2`` to
the command:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/getting_started/typical_phases.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Typical Phases of a Synthesis Flow
Typical phases of a synthesis flow
----------------------------------

.. TODO: copypaste
Expand Down

0 comments on commit afc25af

Please sign in to comment.