Announcement

Collapse
No announcement yet.

How BIT do the data verification

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How BIT do the data verification

    Hi,

    I'd like to know how BIT do the data verification.
    Does BIT read all bits of the file then doing the comparison or read and verify specific smaller size each time?
    If BIT found data error, will BIT continue data verification of remaining bits of that file or just jump to next cycle?
    Thank you.

  • #2
    BurnInTest doesn't read the whole file before doing the verification, it will use the block size set in the preferences to read and verify blocks of this size.

    If an error is found verification is stopped and the next cycle (i.e. the next file) is started.

    Comment


    • #3
      Thank you for the prompt reply.

      Comment

      Working...
      X