GitHub
02/25/2023, 2:21 AM-i
argument to sed has differing behaviour under BSD and GNU sed:
• On BSD it requires an argument, though it can be '' (i.e. -i ''
).
• Under GNU sed, it needs to immediately follow the argument (i.e. -i''
).
Provide a backup file argument and immediately delete it, since this appears to be the only cross-platform solution.
With this, as well as some other patches that we are working to upstream, I have successfully built and synthesized a design on a Mac laptop with an ARM64 core.
The-OpenROAD-Project/OpenLane
✅ All checks have passed
26/26 successful checksGitHub
02/26/2023, 12:40 PM