File size: 383 Bytes
e990697 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | [tasks]
prf
cvr
[options]
prf: mode prove
cvr: mode cover
multiclock on
prf: depth 110
cvr: depth 720
[engines]
smtbmc yices
[script]
prf: read -formal -DRXUARTLITE -D PHASE_TWO rxuartlite.v
cvr: read -formal -DRXUARTLITE -D PHASE_TWO rxuartlite.v
hierarchy -top rxuartlite -chparam CLOCKS_PER_BAUD 16
prep -top rxuartlite
# opt_merge -share_all
[files]
../../rtl/rxuartlite.v
|