Save Test Runs to File with cvsave

Once you run a test with cvsim, save its coverage tests and results to a file with the cvsave function:

cvsave(filename, model)

Save all the tests and results related to model in the text file filename.cvt:

cvsave(filename, cvto1, cvto2, ...)

Save the tests in the text file filename.cvt. Information about the referenced models is also saved.

You can save specified cvdata objects to file. The following example saves the tests, test results, and referenced models' structure in cvdata objects to the text file filename.cvt:

cvsave(filename, cvdo1, cvdo2, ...)