File tree Expand file tree Collapse file tree 2 files changed +15
-11
lines changed Expand file tree Collapse file tree 2 files changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ The `hdl-diagram` RST directive can be used to generate a diagram from HDL code
1212
1313 .. note ::
1414
15- The `verilog-diagram ` directive is kept as an alias of this directive for
15+ The `verilog-diagram ` directive is kept as an alias of this directive for
1616 compatibility purposes.
1717
1818Options
@@ -117,8 +117,9 @@ RST Directive
117117 Result
118118******
119119
120- .. hdl-diagram :: ../code/verilog/dff.v
121- :type: yosys-bb
120+ ..
121+ .. hdl-diagram:: ../code/verilog/dff.v
122+ :type: yosys-bb
122123
123124
124125Yosys AIG Diagram
@@ -137,8 +138,9 @@ RST Directive
137138 Result
138139******
139140
140- .. hdl-diagram :: ../code/verilog/dff.v
141- :type: yosys-aig
141+ ..
142+ .. hdl-diagram:: ../code/verilog/dff.v
143+ :type: yosys-aig
142144
143145
144146NetlistSVG Diagram
Original file line number Diff line number Diff line change @@ -40,9 +40,10 @@ RST Directive
4040 Result
4141******
4242
43- .. hdl-diagram :: ../code/verilog/adder.v
44- :type: yosys-bb
45- :module: ADDER
43+ ..
44+ .. hdl-diagram:: ../code/verilog/adder.v
45+ :type: yosys-bb
46+ :module: ADDER
4647
4748
4849Yosys AIG Diagram
@@ -62,9 +63,10 @@ RST Directive
6263 Result
6364******
6465
65- .. hdl-diagram :: ../code/verilog/adder.v
66- :type: yosys-aig
67- :module: ADDER
66+ ..
67+ .. hdl-diagram:: ../code/verilog/adder.v
68+ :type: yosys-aig
69+ :module: ADDER
6870
6971
7072NetlistSVG Diagram
You can’t perform that action at this time.
0 commit comments