3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-05 17:14:08 +00:00

Docs: Add note on $check

This commit is contained in:
Krystine Sherwin 2024-09-16 13:02:54 +12:00
parent e40134c856
commit 9d808caba6
No known key found for this signature in database

View file

@ -1,9 +1,14 @@
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