diff --git a/docs/source/appendix/APPNOTE_011_Design_Investigation.rst b/docs/source/appendix/APPNOTE_011_Design_Investigation.rst index d2b33bd1cb6..a7291106e4f 100644 --- a/docs/source/appendix/APPNOTE_011_Design_Investigation.rst +++ b/docs/source/appendix/APPNOTE_011_Design_Investigation.rst @@ -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 @@ -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 @@ -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: diff --git a/docs/source/getting_started/typical_phases.rst b/docs/source/getting_started/typical_phases.rst index b27a8d823f4..45921aa7584 100644 --- a/docs/source/getting_started/typical_phases.rst +++ b/docs/source/getting_started/typical_phases.rst @@ -1,4 +1,4 @@ -Typical Phases of a Synthesis Flow +Typical phases of a synthesis flow ---------------------------------- .. TODO: copypaste