Running verifyrev

The file to invoke verifyrev is a script file (verifyrev.[sh|bat]). It is located in under [$JC_HOME_TOOLS/bin | %JC_HOME_TOOLS%\bin] and needs to be executed from there.

To run verifyrev:

  1. Enter the following command:

    verifyrev.[sh|bat] [options] old-export-file new-export-file

    The new-export-file argument on the command line represents the fully qualified path to the new export file version of the package to be compared, while old-export-file represents the fully qualified path to the old export file version of the package to be compared to. The comparison and binary compatibility checks are done based on the order and version of the export files (the version can be identical). Both export files must have the same name, for example (for Unix/Linux OS replace \ with / ):

    verifyrev.bat d:\testing\old\crypto.exp d:\testing\new\crypto.exp

Command Line Options for Off-Card Verifier Tools describes additional command-line options for the off-card verifier tools.