GitHub
04/11/2023, 7:46 PMset ::env(GLB_RT_OBS) "li1 0 0 2920 3520,
met1 344.0 475.5 823.78 873.0,
met2 344.0 475.5 823.78 873.0,
met3 344.0 475.5 823.78 873.0,
met4 344.0 475.5 823.78 873.0"
These are lower left and upper right co-ordinates.
Then when I run the flow I get this warning message:
[WARNING]: Specifying a routing obstruction is now done using the coordinates
[WARNING]: of its bounding box instead of the now deprecated (x, y, size_x, size_y).
[INFO]: Obstructions added over li1 0 0 2920 3520,
met1 344.0 475.5 823.78 873.0,
met2 344.0 475.5 823.78 873.0,
met3 344.0 475.5 823.78 873.0,
met4 344.0 475.5 823.78 873.0.
The message is erroneous because I'm already using co-ords of lower left and top right corners as per the docs.
The-OpenROAD-Project/OpenLaneGitHub
04/11/2023, 7:46 PM