2024-09-05 22:40:22 -05:00
|
|
|
Internal cell library
|
|
|
|
=====================
|
|
|
|
|
2024-09-16 03:38:37 -05: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-05 22:40:22 -05:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
/cell/index_word
|
|
|
|
/cell/index_gate
|
|
|
|
/cell/properties
|