@@ -21,15 +21,15 @@ Here is the fragment of the ``conf.py`` script::
2121
2222 verilog_diagram_yosys_script = os.path.realpath('yosys_script.ys')
2323
24- The following ``verilog -diagram `` diagram should be placed in an RST file::
24+ The following ``hdl -diagram `` diagram should be placed in an RST file::
2525
26- .. verilog -diagram:: adder.v
26+ .. hdl -diagram:: adder.v
2727 :type: yosys-blackbox
2828 :module: ADDER
2929
3030Below you can see the output of the directive:
3131
32- .. verilog -diagram :: adder.v
32+ .. hdl -diagram :: adder.v
3333 :type: yosys-blackbox
3434 :module: ADDER
3535
@@ -40,19 +40,19 @@ Script per diagram
4040++++++++++++++++++
4141
4242Per diagram Yosys script setting is achieved by using the ``:yosys_script: ``
43- option with the ``verilog -diagram `` directive.
43+ option with the ``hdl -diagram `` directive.
4444
45- Here is the example of a ``verilog -diagram `` directive that should be
45+ Here is the example of a ``hdl -diagram `` directive that should be
4646placed in an RST file::
4747
48- .. verilog -diagram:: adder.v
48+ .. hdl -diagram:: adder.v
4949 :type: yosys-blackbox
5050 :module: ADDER
5151 :yosys_script: yosys_script2.ys
5252
5353Below you can see the output of the directive:
5454
55- .. verilog -diagram :: adder.v
55+ .. hdl -diagram :: adder.v
5656 :type: yosys-blackbox
5757 :module: ADDER
5858 :yosys_script: yosys_script2.ys
@@ -67,17 +67,17 @@ It is possible to overwrite the global Yosys script setting using
6767the ``:yosys_script: `` option. To reset the setting to the default value,
6868you can use the ``:yosys_script: default `` setting.
6969
70- Here is an example of a ``verilog -diagram `` directive that should be
70+ Here is an example of a ``hdl -diagram `` directive that should be
7171placed in an RST file::
7272
73- .. verilog -diagram:: adder.v
73+ .. hdl -diagram:: adder.v
7474 :type: yosys-blackbox
7575 :module: ADDER
7676 :yosys_script: default
7777
7878Below you can see the output of the directive:
7979
80- .. verilog -diagram :: adder.v
80+ .. hdl -diagram :: adder.v
8181 :type: yosys-blackbox
8282 :module: ADDER
8383 :yosys_script: default
@@ -93,11 +93,11 @@ Global script test
9393
9494.. code-block :: rst
9595
96- .. verilog -diagram:: adder.v
96+ .. hdl -diagram:: adder.v
9797 :type: yosys-aig
9898 :module: ADDER
9999
100- .. verilog -diagram :: adder.v
100+ .. hdl -diagram :: adder.v
101101 :type: yosys-aig
102102 :module: ADDER
103103
@@ -106,12 +106,12 @@ Script per diagram
106106
107107.. code-block :: rst
108108
109- .. verilog -diagram:: adder.v
109+ .. hdl -diagram:: adder.v
110110 :type: yosys-aig
111111 :module: ADDER
112112 :yosys_script: yosys_script2.ys
113113
114- .. verilog -diagram :: adder.v
114+ .. hdl -diagram :: adder.v
115115 :type: yosys-aig
116116 :module: ADDER
117117 :yosys_script: yosys_script2.ys
@@ -121,12 +121,12 @@ Global overwrite
121121
122122.. code-block :: rst
123123
124- .. verilog -diagram:: adder.v
124+ .. hdl -diagram:: adder.v
125125 :type: yosys-aig
126126 :module: ADDER
127127 :yosys_script: default
128128
129- .. verilog -diagram :: adder.v
129+ .. hdl -diagram :: adder.v
130130 :type: yosys-aig
131131 :module: ADDER
132132 :yosys_script: default
@@ -140,12 +140,12 @@ Global script test
140140
141141.. code-block :: rst
142142
143- .. verilog -diagram:: adder.v
143+ .. hdl -diagram:: adder.v
144144 :type: netlistsvg
145145 :module: ADDER
146146 :yosys_script: default
147147
148- .. verilog -diagram :: adder.v
148+ .. hdl -diagram :: adder.v
149149 :type: netlistsvg
150150 :module: ADDER
151151 :yosys_script: default
@@ -155,12 +155,12 @@ Script per diagram
155155
156156.. code-block :: rst
157157
158- .. verilog -diagram:: adder.v
158+ .. hdl -diagram:: adder.v
159159 :type: netlistsvg
160160 :module: ADDER
161161 :yosys_script: default
162162
163- .. verilog -diagram :: adder.v
163+ .. hdl -diagram :: adder.v
164164 :type: netlistsvg
165165 :module: ADDER
166166 :yosys_script: default
@@ -170,12 +170,12 @@ Global overwrite
170170
171171.. code-block :: rst
172172
173- .. verilog -diagram:: adder.v
173+ .. hdl -diagram:: adder.v
174174 :type: netlistsvg
175175 :module: ADDER
176176 :yosys_script: default
177177
178- .. verilog -diagram :: adder.v
178+ .. hdl -diagram :: adder.v
179179 :type: netlistsvg
180180 :module: ADDER
181181 :yosys_script: default
0 commit comments