sphinxcontrib-hdl-diagrams icon indicating copy to clipboard operation
sphinxcontrib-hdl-diagrams copied to clipboard

Add support for multiple source files in directive

Open oharboe opened this issue 3 years ago • 0 comments

Currently only a single source file can be selected. It would be useful to have support for multiple source files.

Like:

.. hdl-diagram:: file.v file2.v file3.v
   :type: XXXXX
   :module: XXXX
   :skin: XXXX
   :yosys_script: XXXX
   :flatten:

oharboe avatar Mar 16 '22 17:03 oharboe