Add Display Instances

Command Dictionary

 

 

Examples

The following paragraphs provide examples that use the Add Display Instances command to display various gates.

The first example invokes DFTInsight, then displays a single gate by specifying the gate identification number (51).

open schematic viewer add display instances 51

The next example specifies that the tool additionally display the next three levels of fanout gates from the number one input of gate 51. The command displays the gates that the number one input of gate 51 feeds (first level), all the fanout gates from those gates (second level), plus all the gates that fanout from the second- level gates (third level).

add display instances 51 -i 1 -f -level 3

The final example clears the schematic display of all gates, then creates a new display that shows the associated gate for the specified instance, along with a backtracking of all the gates until the trace reaches either a primary input or tie gate.

delete display instances -all

add display instances i_7_16 -b -end_point

Related Commands

 

Delete Display Instances

Report Display Instances

Read Modelfile

 

2-56

FastScan and FlexTest Reference Manual, V8.6_4

Page 84
Image 84
Mentor v8.6_4 manual Open schematic viewer add display instances