3D-ICE 3.0.0
|
Structure containing info about the output to be printed while simulating. More...
#include <inspection_point.h>
Definition at line 69 of file inspection_point.h.
ChipDimension_t InspectionPoint_t::ActualXval |
Actual nearest X coordinate of the thermal cell
Definition at line 93 of file inspection_point.h.
ChipDimension_t InspectionPoint_t::ActualYval |
Actual nearest Y coordnate of the thermal cell
Definition at line 101 of file inspection_point.h.
CellIndex_t InspectionPoint_t::ColumnIndex |
Column Index of the thermal cell
Definition at line 109 of file inspection_point.h.
String_t InspectionPoint_t::FileName |
The path of the file used to store the output
Definition at line 73 of file inspection_point.h.
FloorplanElement_t* InspectionPoint_t::FloorplanElement |
Pointer to the Floorplan Element
Definition at line 118 of file inspection_point.h.
OutputInstant_t InspectionPoint_t::Instant |
The type of output instance (final, slot, step)
Definition at line 77 of file inspection_point.h.
OutputType_t InspectionPoint_t::OType |
Type of Output requested (cell, flp, flpel, tmap, pmap)
Definition at line 81 of file inspection_point.h.
OutputQuantity_t InspectionPoint_t::Quantity |
The kind of quantity to be measured
Definition at line 85 of file inspection_point.h.
CellIndex_t InspectionPoint_t::RowIndex |
Row Index of the thermal cell
Definition at line 105 of file inspection_point.h.
StackElement_t* InspectionPoint_t::StackElement |
Pointer to the StackElement that will be used to print the outputs. The inspection point will be applied to ipoint stack element
Definition at line 114 of file inspection_point.h.
ChipDimension_t InspectionPoint_t::Xval |
X coordinate of the thermal cell as specified in the stack file
Definition at line 89 of file inspection_point.h.
ChipDimension_t InspectionPoint_t::Yval |
Y coordnate of the thermal cell as specified in the stack file
Definition at line 97 of file inspection_point.h.