mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
using integer absolute value function 'abs' when argument is of floating
point type [-Werror,-Wabsolute-value]
if (abs((clk_period - sim_period) / clk_period) > .1)
^
Signed-off-by: Matt Liberty <mliberty@precisioninno.com>