OpenLane icon indicating copy to clipboard operation
OpenLane copied to clipboard

[question] How to set up OpenLane without Docker?

Open yurivict opened this issue 4 years ago • 4 comments

Docket isn't available for my platform.

Are there instructions how to set up OpenLane without it?

yurivict avatar Dec 29 '21 17:12 yurivict

@yurivict refer this https://github.com/The-OpenROAD-Project/OpenLane/blob/master/docs/source/local_installs.md

vijayank88 avatar Dec 30 '21 05:12 vijayank88

@yurivict Also, feel free to ask us anything if your intent here is to get OpenLane running on FreeBSD. We already try to avoid GNU-specific APIs but there may be one or two corner cases.

donn avatar Dec 30 '21 12:12 donn

Yes, I am trying to run OpenLane on FreeBSD. Thank you.

Trying to port the dependencies. So far I found that cugr doesn't build on non-Linux OSes because it contains pre-built static libraries libdef.a and liblef.a that are only for Linux.

It seems that the rsyn project should be able to install these libraries but it doesn't build: https://github.com/RsynTeam/rsyn-x/issues/28

That's what stopped me so far.

yurivict avatar Dec 30 '21 17:12 yurivict

cugr/drcu are not 100% required, they are simply alternatives to using the global and detailed routers in OpenROAD. The local installer should make no attempt to install them in fact.

donn avatar Dec 30 '21 17:12 donn

Staled out.

donn avatar Apr 13 '23 08:04 donn