Use the following two EPIC tools to verify your design.
Physical Design Rule Check (DRC) is a series of tests to discover logical and physical errors in your design. Physical DRC is applied to EPIC and BITGEN.
In addition to running in EPIC, the DRC runs during these conditions.
The DRC runs transparently.
Results of the DRC are written into the history area. DRC messages can be error messages for conditions where the routing or component logic does not operate correctly, or warnings for conditions where the routing or logic are incomplete.
DRC runs can produce a large number of messages. Because the history area can only contain a total of 2,000 lines of text, you may not be able to scroll to messages at the beginning of a DRC run or to messages from previous runs. If you want to view them, use a text editor such as, vi on a workstation or Microsoft Windows Notepad on a PC to view the contents of the log file for your session. This file, design_name.epl, is described in the Recovering an Aborted EPIC Session section. You must remain in EPIC while you view this file, because the file is eliminated when you exit EPIC.
There are two ways to run the DRC, by either posting a dialog box or by performing the DRC command.
To run the DRC from a dialog box follow these steps.
Figure 3.29 DRC Dialog Box |
The DRC tests are performed on the specified objects.
To run the DRC without the dialog box use this procedure.
When you run the DRC on selected objects, the objects are deselected if the Automatic Deselect Option main window attribute is turned On. If the option is turned Off, the objects remain selected after the DRC runs.
The DRC tests are performed on the objects you specified. The tests follow these rules.
If you perform the DRC from the EPIC Command Line dialog box, you can enter options to the DRC command. These options are described in the DRC section of the Command Line Syntax chapter.
Delay is the time that it takes to propagate a signal from a driver pin to a load pin. If not otherwise indicated, delay values are given in nanoseconds.
The Delay Calculator tool calculates and displays the delay associated with load and driver pins in a given net or path.
You can either find the delay for all pins in the net or for specific pins.
To display the delay for all pins in a net follow these steps.
The Pin List dialog box appears. It displays the delays for associated pins as shown in the Pin List Dialog Box figure.
If a blank space appears next to a pin name, either in the Pin List or in the history area, the pin is the net driver that has no delay or the pin is unrouted. A tilde (~) appearing with a delay, indicates that the value shown is approximate.
When you display delays for all of the pins in a net, the net is deselected if the Automatic Deselect Option in the Main Window Attribute dialog box is turned On.
To display the delays for selected pins in a net, use the mouse to select the specific pins. If the net is fully or partially routed, the delays for the selected pins are automatically displayed in the history area. If the net is unrouted, no delays appear.
To display the delay between two pins in a path follow these steps.
The -t option can be used with the other options: delay -min -t or delay -all -t.
You can run TRACE (Timing Reporter and Circuit Evaluator) from within EPIC, to visualize timing errors and to make modifications without going back and forth between EPIC and TRACE. You can run TRACE within EPIC in two ways: from the Tools menu or from the command line.
Functions performed by TRACE in EPIC are the same as those outside of EPIC with a few exceptions, which are noted in this section.
TRACE functionality within EPIC includes the following.
Input to TRACE is the currently loaded design and the constraint file.
Output is sent to the history area, unless you specify otherwise, and to the EPL (log) file instead of to a timing report (TWR) file.
Before running TRACE in EPIC, select the constraints you want TRACE to analyze.
TRACE only operates on timing constraints and on the Define Path, Define Startpoint, and Define Endpoint constraints. If you select any other type of constraint and run TRACE, an error results.
There are two ways to select constraints.
Figure 3.30 EPIC List Dialog Box Showing Constraints |
To run TRACE from the EPIC Tools menu follow these steps.
Figure 3.31 TRACE Dialog Box |
Report | Select either an Error Timing Report or a Verbose Timing Report. |
Limit | Enter a number 1 or greater. Limits the number of errors reported (or the extent of verbose reporting) for each selected constraint. |
Do Not Display Report in History Window | Suppresses display of the report in the EPIC history area. |
Figure 3.32 TRACE Summary Dialog Box |
#Items | Number of nets and components involved in the analysis. |
Errors | Number of timing errors found on a particular constraint. |
Constraint | Signifies the constraint being analyzed. |
Figure 3.33 TRACE Error Dialog Box |
Constraint | Displays the constraint. You cannot modify this field or the Summary field, but you can scroll either field horizontally. |
Summary | Displays a one-line summary of the constraint. |
Items | This scrollable list enumerates the paths in the error or verbose report. The number to the right of the path specification is the amount of slack, indicating whether an actual delay is greater or less than its constraint. A minus sign preceding the time indicates an error. |
Report | Outputs the detailed TRACE report for the selected path to the history area and to the EPL (log) file. |
Unhilite | Unhighlights the selected path in the EPIC window. |
Hilite | Highlights the selected path, using the color specified in the Color field. |
Color | Specifies a color in which to highlight an error in the EPIC window. You can use different colors for different errors. |
You can also use the Hilite command to display errors in the EPIC editing area and the Unhilite command to erase the display. See the Hilite section of the Command Line Syntax chapter.
This section describes how to run TRACE from the EPIC Command Line. The TRACE command displays a timing report in the history area (unless you specify otherwise) on selected constraints. The report is also saved in an EPL file. You can specify an error report or a verbose report and set a limit to the number of errors reported.
trace [-r] [-e] [-l limit: 0-32000]
If no options are specified, TRACE generates a verbose report with a limit of five errors per constraint. The report displays in the EPIC history area.
To run the TRACE from the EPIC command line follow these steps.
For additional timing information on any of the constraints, click on the listed constraint. The TRACE Error dialog box appears, as shown in the TRACE Error Dialog Box figure.
Another way of invoking the TRACE Error dialog box is to use the Post command. See the Post section of the Command Line Syntax chapter.