mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 13:18:56 +00:00
Docs: Comments from @jix
- Unswap shift/shiftx - Add brief overview to cell lib - Clarify $div cell B input - Clarify unary operators - What is $modfloor
This commit is contained in:
parent
927dc445dd
commit
dfe803b5c6
5 changed files with 20 additions and 15 deletions
|
@ -1,7 +1,11 @@
|
|||
Internal cell library
|
||||
=====================
|
||||
|
||||
.. todo:: brief overview of internal cell library
|
||||
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.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue