diff --git a/docs/source/using_yosys/more_scripting/interactive_investigation.rst b/docs/source/using_yosys/more_scripting/interactive_investigation.rst index 0d1a17503..07936cfc2 100644 --- a/docs/source/using_yosys/more_scripting/interactive_investigation.rst +++ b/docs/source/using_yosys/more_scripting/interactive_investigation.rst @@ -300,7 +300,7 @@ example, calling :yoscrypt:`dump $2` after the :yoscrypt:`cd example` above: .. literalinclude:: /code_examples/show/example.out :language: RTLIL - :start-after: yosys [example]> dump + :start-after: Warning: Module example contains processes. Case action sources attributes will be lost. :end-before: yosys [example]> cd :dedent: :caption: Output of :yoscrypt:`dump $2` after :numref:`lscd`