Files
yosys/docs/source/cell_index.rst

16 lines
488 B
ReStructuredText
Raw Permalink Normal View History

2024-09-06 15:40:22 +12:00
Internal cell library
=====================
2024-09-16 20:38:37 +12:00
The intermediate language used by Yosys (RTLIL) represents logic and memory with
a series of cells. This section provides details for those cells, breaking them
down into two major categories: coarse-grain word-level cells; and fine-grain
gate-level cells. An additional section contains a list of properties which may
be shared across multiple cells.
2024-09-06 15:40:22 +12:00
.. toctree::
:maxdepth: 2
/cell/index_word
/cell/index_gate
/cell/properties