File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ Sphinx integration
3636In your conf.py, add the following lines.
3737
3838.. code-block :: python
39+
3940 extensions = [
4041 ... ,
4142 ' sphinxcontrib_verilog_diagrams' ,
@@ -66,9 +67,9 @@ Options
6667
6768`:type: ` - Verilog Diagram Types;
6869
69- * `yosys-blackbox ` - Netlist rendered by Yosys.
70- * `yosys-aig ` - Verilog file run through `aigmap ` before image is generated directly in Yosys.
71- * `netlistsvg ` - Render output with `netlistsvg <https://github.com/nturley/netlistsvg >`_
70+ - `yosys-blackbox ` - Netlist rendered by Yosys.
71+ - `yosys-aig ` - Verilog file run through `aigmap ` before image is generated directly in Yosys.
72+ - `netlistsvg ` - Render output with `netlistsvg <https://github.com/nturley/netlistsvg >`_
7273
7374`:module: ` - Which module to diagram.
7475
@@ -81,7 +82,7 @@ Single DFF
8182----------
8283
8384Verilog Code Block (with license header)
84- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
85+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8586
8687RST Directive
8788+++++++++++++
@@ -103,7 +104,7 @@ Result
103104 :caption: verilog/dff.v
104105
105106Verilog Code Block (without license header)
106- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
107+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
107108
108109RST Directive
109110+++++++++++++
You can’t perform that action at this time.
0 commit comments