Skip to content

Commit ebe1e5f

Browse files
committed
FIXME do not use yosys-bb and yosys-aig types
1 parent 280ad39 commit ebe1e5f

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

docs/directives/hdl-diagram.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff 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

1818
Options
@@ -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

124125
Yosys 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

144146
NetlistSVG Diagram

docs/examples/comb-full-adder.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff 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

4849
Yosys 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

7072
NetlistSVG Diagram

0 commit comments

Comments
 (0)