oddball / ipxact2systemverilog

Translates IPXACT XML to synthesizable VHDL or SystemVerilog
GNU General Public License v2.0
57 stars 19 forks source link

Vermaete/sphinx #53

Closed vermaete closed 10 months ago

vermaete commented 10 months ago

@oddball

Hi Andreas,

This PR will create the possibility to generated a RestructuredText file with Wavedrom Bitfield diagrams in the by Sphinx generated PDF.

The example of the PDF is added to the output examples.

Enabling this feature is done in the configuration file.

[rst]
wavedrom = yes

The Spinx configuration file is also part of the new example/output_sphinx/ directory. Important here is the Sphinx plugingto convert the wavedrom code into an diagram in the ouput of Sphinx. https://github.com/bavovanachte/sphinx-wavedrom

Could you review and create a release if if fits you. You may delete this (and the previous) feature branch.

Br,