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
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
add display instances i_7_16
Related Commands |
|
Delete Display Instances | Report Display Instances |
Read Modelfile |
|
FastScan and FlexTest Reference Manual, V8.6_4 |