mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +00:00
Docs: Add note on $check
This commit is contained in:
parent
e40134c856
commit
9d808caba6
|
@ -1,9 +1,14 @@
|
||||||
Formal verification cells
|
Formal verification cells
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
.. TODO:: note on `$check`
|
.. role:: yoscrypt(code)
|
||||||
|
:language: yoscrypt
|
||||||
|
|
||||||
If only I remembered what the note was...
|
.. note::
|
||||||
|
|
||||||
|
Some front-ends may not support the generic `$check` cell, in such cases
|
||||||
|
calling :yoscrypt:`chformal -lower` will convert each `$check` cell into it's
|
||||||
|
equivalent. See `chformal` for more.
|
||||||
|
|
||||||
.. todo:: Describe formal cells
|
.. todo:: Describe formal cells
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue