The C_TFR module represents a series thin film resistor between two coplanar lines. The dimensions of lines are defined using data items addressed by C_ LTYP1 and C_LTYP2 (see C_LINTYP in chapter 4).
The width of resistor and its distance to the ground are given in a line type addressed by C_LTYPR. L is the length of resistor including the resistive region res_l (see Illustration).
Note that the effective length of the resistive section is given by L-2*res_l. L has to be greater than 2*res_l.
Presently, the C_TFR module is not able to calculate the steps which are made if different line types are used for C_LTYP1, C_LTYP1 and C_LTYPR. Therefore, if a step configuration is used for layout reasons, the effect of such discontinuities are not taken into account during the simulation.
The parameter RES_IDX indicates the index of used resistive layer in the selected foundry. In case of DEFAULT foundry, RES_IDX is always 1.
If L1 in selected C_GRID are not set to 1 or 2 (auto sizing), the minimum value for L1 is:
L1min=max( W1+2*S1+2*GW1, W2+2*S2+2*GW2, WR+2*SR+2*GWR)
See notations in chapter 4 (Important Note!) for the correct selection of the C_LTYP1, C_LTYP2 and C_LTYPR.