mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-26 06:45:32 +00:00
Add more documentation
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
951211856d
commit
9e35d16e95
3 changed files with 181 additions and 0 deletions
49
docs/source/verilog.rst
Normal file
49
docs/source/verilog.rst
Normal file
|
@ -0,0 +1,49 @@
|
|||
|
||||
Formal extensions to Verilog
|
||||
============================
|
||||
|
||||
TBD
|
||||
|
||||
``read_verilog -formal``
|
||||
|
||||
SystemVerilog Immediate Assertions
|
||||
----------------------------------
|
||||
|
||||
TBD
|
||||
|
||||
``assert(<expr>);``
|
||||
|
||||
``assume(<expr>);``
|
||||
|
||||
``cover(<expr>);``
|
||||
|
||||
SystemVerilog Functions
|
||||
-----------------------
|
||||
|
||||
TBD
|
||||
|
||||
``$past``
|
||||
|
||||
``$stable``
|
||||
|
||||
``$rose``, ``$fell``
|
||||
|
||||
Liveness and Fairness
|
||||
---------------------
|
||||
|
||||
TBD
|
||||
|
||||
``assert(eventually <expr>);``
|
||||
|
||||
``assume(eventually <expr>);``
|
||||
|
||||
Unconstrained Variables
|
||||
-----------------------
|
||||
|
||||
TBD
|
||||
|
||||
Nonstandard Extensions in Yosys
|
||||
-------------------------------
|
||||
|
||||
TBD
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue