mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-10 05:00:52 +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
|
@ -15,6 +15,7 @@ Cell properties
|
|||
.. cell:defprop:: x-output
|
||||
|
||||
These cells can produce 'x' output even if all inputs are defined. For
|
||||
example, a `$div` cell with ``B=0`` has undefined output.
|
||||
example, a `$div` cell with divisor (``B``) equal to zero has undefined
|
||||
output.
|
||||
|
||||
Refer to the :ref:`propindex` for the list of cells with a given property.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue