mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 00:55:32 +00:00
chformal: Rename -coverprecond to -coverenable
This commit is contained in:
parent
e39c422734
commit
5dfad5101d
2 changed files with 7 additions and 7 deletions
|
@ -15,11 +15,11 @@ prep -top top
|
|||
|
||||
select -assert-count 1 t:$cover
|
||||
|
||||
chformal -cover -coverprecond
|
||||
chformal -cover -coverenable
|
||||
select -assert-count 2 t:$cover
|
||||
|
||||
chformal -assert -coverprecond
|
||||
chformal -assert -coverenable
|
||||
select -assert-count 4 t:$cover
|
||||
|
||||
chformal -assume -coverprecond
|
||||
chformal -assume -coverenable
|
||||
select -assert-count 5 t:$cover
|
Loading…
Add table
Add a link
Reference in a new issue