SymbiFlow / sphinx-verilog-domain

Sphinx domain to allow integration of Verilog / SystemVerilog documentation into Sphinx.
https://sphinx-verilog-domain.rtfd.io
Apache License 2.0
21 stars 7 forks source link

Support defines #24

Open imphil opened 4 years ago

imphil commented 4 years ago

It would be nice to have a directive to describe defines, e.g.

.. verilog:define: SOME_DEFINE

   Some define is magic.

Since defines are global there's no need to scope them in any way.