Skip to content

Commit

Permalink
FIXME do not use yosys-bb and yosys-aig types
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Apr 21, 2021
1 parent 2eb3465 commit 8da06dd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
12 changes: 7 additions & 5 deletions docs/directives/hdl-diagram.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The `hdl-diagram` RST directive can be used to generate a diagram from HDL code
.. note::

The `verilog-diagram` directive is kept as an alias of this directive for
The `verilog-diagram` directive is kept as an alias of this directive for
compatibility purposes.

Options
Expand Down Expand Up @@ -117,8 +117,9 @@ RST Directive
Result
******

.. hdl-diagram:: ../code/verilog/dff.v
:type: yosys-bb
..
.. hdl-diagram:: ../code/verilog/dff.v
:type: yosys-bb

Yosys AIG Diagram
Expand All @@ -137,8 +138,9 @@ RST Directive
Result
******

.. hdl-diagram:: ../code/verilog/dff.v
:type: yosys-aig
..
.. hdl-diagram:: ../code/verilog/dff.v
:type: yosys-aig

NetlistSVG Diagram
Expand Down
14 changes: 8 additions & 6 deletions docs/examples/comb-full-adder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ RST Directive
Result
******

.. hdl-diagram:: ../code/verilog/adder.v
:type: yosys-bb
:module: ADDER
..
.. hdl-diagram:: ../code/verilog/adder.v
:type: yosys-bb
:module: ADDER

Yosys AIG Diagram
Expand All @@ -62,9 +63,10 @@ RST Directive
Result
******

.. hdl-diagram:: ../code/verilog/adder.v
:type: yosys-aig
:module: ADDER
..
.. hdl-diagram:: ../code/verilog/adder.v
:type: yosys-aig
:module: ADDER

NetlistSVG Diagram
Expand Down

0 comments on commit 8da06dd

Please sign in to comment.