mirror of https://github.com/YosysHQ/yosys.git
docs: workaround for warning from dump
(cherry picked from commit 85a17b0366)
This commit is contained in:
parent
a6992682bf
commit
cbf9b0b5d4
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in New Issue