Advertisement
Guest User

Untitled

a guest
May 16th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. [tasks]
  2. prf
  3. cvr
  4.  
  5. [options]
  6. prf: mode prove
  7. prf: depth 5
  8. cvr: mode cover
  9. cvr: depth 35
  10.  
  11. [engines]
  12. smtbmc
  13.  
  14. [script]
  15. read -formal fifo_sync_shift.v
  16. prep -top fifo_sync_shift
  17.  
  18. [files]
  19. fifo_sync_shift.v
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement