From 58532874d97073a2ed33ec737654fb98b7ae32e7 Mon Sep 17 00:00:00 2001 From: "Emil J. Tywoniak" Date: Fri, 12 Dec 2025 10:18:28 +0100 Subject: [PATCH] docs: workaround for warning from dump --- .../using_yosys/more_scripting/interactive_investigation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`