3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-26 18:45:34 +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
No known key found for this signature in database
5 changed files with 8 additions and 9 deletions

View file

@ -223,8 +223,8 @@ Cells
Declares a cell, with zero or more attributes, with the given identifier and
type in the enclosing module.
Cells perform functions on input signals. See :ref:`chapter:celllib` for a
detailed list of cell types.
Cells perform functions on input signals. See
:doc:`/yosys_internals/formats/cell_library` for a detailed list of cell types.
.. code:: BNF