In the end I managed to do what I want by specifyi...
# timing-closure
t
In the end I managed to do what I want by specifying several
timing()
blocks with different
mode
. OpenSTA loads all of them and will use the minimum value of all timing blocks for the
min
path analysis and the maximum value of all timing blocks for the
max
path analysis which is exactly what I want.
👍 1