mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-25 04:26:01 +00:00
Docs: Update for properties
Add properties page, move cell_gate and cell_word under a singular cell_index along with properties. Fix links accordingly. Also drop x-aware and x-output todos since they are resolved.
This commit is contained in:
parent
4d84d7e69f
commit
e40134c856
9 changed files with 34 additions and 18 deletions
18
docs/source/cell/properties.rst
Normal file
18
docs/source/cell/properties.rst
Normal file
|
@ -0,0 +1,18 @@
|
|||
Cell properties
|
||||
---------------
|
||||
|
||||
.. TODO:: Fill :cell:ref:`is_evaluable`
|
||||
|
||||
.. cell:defprop:: is_evaluable
|
||||
|
||||
.. cell:defprop:: x-aware
|
||||
|
||||
Some passes will treat these cells as the non 'x' aware cell. For example,
|
||||
during synthesis `$eqx` will typically be treated as `$eq`.
|
||||
|
||||
.. 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.
|
||||
|
||||
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