Table of Contents Previous page Next page Index

ModelSim Documentation Bookcase

Model Technology Inc.


compare run

The compare run command registers required callbacks and runs the difference computation on the signals selected via a compare add command. Reports in the Main window the total number of errors found.

Syntax

compare run

[<-startTime>] [<-endTime>]

Arguments

<-startTime>

Specifies when to start computing differences. Optional. Default is zero. If a unit (e.g., ps) is used with the time value, the time must be in curly braces. The default units are determined by the simulation resolution. (Default simulation resolution is nanoseconds. Simulation resolution can be changed with the -t argument of the vsim command).

<-endTime>

Specifies when to end computing differences. Optional. Default is the end of the dataset simulation run that ends earliest. If a unit (e.g., ps) is used with the time value, the time must be placed in curly braces.

Examples

compare run

Computes differences over the entire time range.

compare run {5.3 ns} {57 ms}

Computes differences from 5.3 nanoseconds to 57 milliseconds.

See also

compare add, compare end, compare start, Waveform Comparison chapter


Model Technology Inc.
Model Technology Incorporated
Voice: (503) 641-1340
Fax: (503)526-5410
www.model.com
sales@model.com
Table of Contents Previous page Next page Index

ModelSim Documentation Bookcase