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
12
12
13
13
.. note ::
14
14
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
16
16
compatibility purposes.
17
17
18
18
Options
@@ -117,8 +117,9 @@ RST Directive
117
117
Result
118
118
******
119
119
120
- .. hdl-diagram :: ../code/verilog/dff.v
121
- :type: yosys-bb
120
+ ..
121
+ .. hdl-diagram:: ../code/verilog/dff.v
122
+ :type: yosys-bb
122
123
123
124
124
125
Yosys AIG Diagram
@@ -137,8 +138,9 @@ RST Directive
137
138
Result
138
139
******
139
140
140
- .. hdl-diagram :: ../code/verilog/dff.v
141
- :type: yosys-aig
141
+ ..
142
+ .. hdl-diagram:: ../code/verilog/dff.v
143
+ :type: yosys-aig
142
144
143
145
144
146
NetlistSVG Diagram
Original file line number Diff line number Diff line change @@ -40,9 +40,10 @@ RST Directive
40
40
Result
41
41
******
42
42
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
46
47
47
48
48
49
Yosys AIG Diagram
@@ -62,9 +63,10 @@ RST Directive
62
63
Result
63
64
******
64
65
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
68
70
69
71
70
72
NetlistSVG Diagram
You can’t perform that action at this time.
0 commit comments