1
0
mirror of synced 2026-04-29 21:28:23 +00:00

docs: Reference chapters with doc tag

Fix some formatting.
This commit is contained in:
Krystine Sherwin
2023-10-30 22:38:47 +13:00
parent d4e45cdccb
commit 74c1fc1cdd
5 changed files with 8 additions and 9 deletions

View File

@@ -37,9 +37,9 @@ The :cmd:ref:`opt_expr` pass
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This pass performs const folding on the internal combinational cell types
described in :ref:`chapter:celllib`. This means a cell with all constant inputs
is replaced with the constant value this cell drives. In some cases this pass
can also optimize cells with some constant inputs.
described in :doc:`/yosys_internals/formats/cell_library`. This means a cell
with all constant inputs is replaced with the constant value this cell drives.
In some cases this pass can also optimize cells with some constant inputs.
.. table:: Const folding rules for ``$_AND_`` cells as used in :cmd:ref:`opt_expr`.
:name: tab:opt_expr_and