Instructions
Write out the equation to determine the number of etch steps. This is expressed as N(t) = [M/E(s)T]t. A default value of 1 is used for T. The value of M is a multiple of E(s)T. The value of E(s) is [0,1].
Write out the equation to determine the equivalent etch rate of the surface material. This is expressed as:
E(s) = M/N(t)T = M/(M/E(s)T)T = E(s).
If M is not a multiple of E(s)T, then a mismatch will occur because the etching of the next cell does not start immediately.
Make a note for ̶0;k,̶1; which is used to identify an etch step. The next etch step in the process is labeled as k + 1. Note the time balance for an etch step as Tb(k).
Write out the equation used to compute the time compensation. This equation is expressed as:
M(k) > E(s)(T + Tb(k-1)
then
T(k) = T + Tb(k-1)
M(k+1) = M(k) ̵1; E(s)T(k)
Tb(k) = 0
else
T(k) = M(k)/E(s)
M(k+1) = 0
Tb(k) = T ̵1; T(k)
The end result of the time compensation method results in an equation that is expressed as:
E(s) = M(k)/T(k) = E(s) for an etch step k.