mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +00:00
Docs: Define is_evaluable
This commit is contained in:
parent
9d808caba6
commit
7216f07691
|
@ -1,10 +1,12 @@
|
||||||
Cell properties
|
Cell properties
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
.. TODO:: Fill :cell:ref:`is_evaluable`
|
|
||||||
|
|
||||||
.. cell:defprop:: is_evaluable
|
.. cell:defprop:: is_evaluable
|
||||||
|
|
||||||
|
These cells are able to be used in conjunction with the `eval` command. Some
|
||||||
|
passes, such as `opt_expr`, may also be able to perform additional
|
||||||
|
optimizations on cells which are evaluable.
|
||||||
|
|
||||||
.. cell:defprop:: x-aware
|
.. cell:defprop:: x-aware
|
||||||
|
|
||||||
Some passes will treat these cells as the non 'x' aware cell. For example,
|
Some passes will treat these cells as the non 'x' aware cell. For example,
|
||||||
|
|
Loading…
Reference in a new issue