mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-08-29 17:28:57 +02: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 <[email protected]>