Hi, I am looking for the interpolation function us...
# openroad
t
Hi, I am looking for the interpolation function used with NLDM in static timing analysis, will appreciate any help.
p
The formula here looks like a linear interpolation to me: https://electrotrick.wordpress.com/2018/12/31/timing-delay-models-1/
But I guess you could use more advanced interpolation/extrapolation functions as well
If you are interested in the interpolation function that is used by openlane, I think opensta does it
t
Yes, openSTA uses bilinear interpolation, but I dont know whether it is a good idea, because atleast in Sky130 std cell libraries, transition times and load caps have geometric spread.