3
0
Fork 0
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:
George Rennie 2022-06-18 18:28:12 +01:00
parent e39c422734
commit 5dfad5101d
2 changed files with 7 additions and 7 deletions

View file

@ -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