mirror of https://github.com/YosysHQ/yosys.git
Update todo for more features to verificsva.cc
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
38596ce68f
commit
e7862d4f64
|
@ -27,7 +27,7 @@
|
||||||
// [antecedent_condition] always.. property
|
// [antecedent_condition] always.. property
|
||||||
// [antecedent_condition] eventually.. basic_property
|
// [antecedent_condition] eventually.. basic_property
|
||||||
// [antecedent_condition] property until.. expression
|
// [antecedent_condition] property until.. expression
|
||||||
// [antecedent_condition] basic_property until.. basic_property
|
// [antecedent_condition] basic_property until.. basic_property (assert/assume only)
|
||||||
//
|
//
|
||||||
// antecedent_condition:
|
// antecedent_condition:
|
||||||
// sequence |->
|
// sequence |->
|
||||||
|
@ -38,8 +38,8 @@
|
||||||
// not basic_property
|
// not basic_property
|
||||||
// sequence #-# basic_property
|
// sequence #-# basic_property
|
||||||
// sequence #=# basic_property
|
// sequence #=# basic_property
|
||||||
// basic_property or basic_property (cover only)
|
// basic_property or basic_property (cover only)
|
||||||
// basic_property and basic_property (assert/assume only)
|
// basic_property and basic_property (assert/assume only)
|
||||||
// basic_property implies basic_property
|
// basic_property implies basic_property
|
||||||
// basic_property iff basic_property
|
// basic_property iff basic_property
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue