Set Gate Report | Command Dictionary |
|
|
∙SImulation (FlexTest Only)
A literal that specifies for the Report Gates command to display the current simulation value of the gate.
∙CONTrol (FlexTest Only)
A literal that specifies for the Report Gates command to display the controllability value of the gate.
Examples
The following example sets the gate report so that reporting and display show the simulated values of the gate and its inputs (assuming a rules checking error occurred when exiting the setup system mode):
set system mode atpg
set gate report error_pattern report gates i_1006/o
The following example checks for possible race conditions and stores the data for subsequent commands, then sets the gate report so that reporting and display show the simulated values of a gate’s race conditions:
set system mode atpg analyze race edge -warning
//No race conditions found at timeframe ‘0’ with all clocks
off
//Warning: ‘I_3_16/DFF1/(107)’ with type ‘DFF’ may have race condition at port 2 at timeframe 0 with the clock ‘CLK’ on
//Warning: ‘I_14_16/DFF1/(141)’ with type ‘DFF’ may have race condition at port 2 at timeframe 0 with the clock ‘CLK’ on
//No race conditions found at timeframe ‘0’ with clock ‘CLR’
on
set gate report race
report gates i_3_16/dff1/(107)
The following example illustrates a shift procedure containing two clocks that are pulsed in sequence and the corresponding gate report display when the gate report is set to trace. The data displayed is with respect to the shift procedure.
procedure shift =
force_sci 0;
measure_sco 0; force clk 1 1;
FastScan and FlexTest Reference Manual, V8.6_4 |