Closed ctalar closed 1 month ago
OpenLane using Docker does not support GUIs on macOS, sadly. You'd have to modify the Makefile and use XQuartz to do that, which is very finicky and highly setup-dependent. (Heck, even on Linux it's something of a nightmare situation now what with SELinux, AppArmor and similar…)
If you'd like a GUI on macOS, the official supported solution is installing OpenLane 2.0 or later using Nix as shown in this guide: https://openlane2.readthedocs.io/en/latest/getting_started/common/nix_installation/installation_macos.html
Thanks Mohamed, that’s very good to know. I was starting to think I was jinxed :-)
I guess it is not a big deal, one can install klayout externally to see the gds.
Claudio
Get Outlook for iOShttps://aka.ms/o0ukef
From: Mohamed Gaber @.> Sent: Saturday, October 5, 2024 2:00:11 PM To: The-OpenROAD-Project/OpenLane @.> Cc: Claudio @.>; Author @.> Subject: Re: [The-OpenROAD-Project/OpenLane] Issue with OpenLane 1 and with Klayout and starting correctly from within "make mount" (Issue #2160)
Closed #2160https://github.com/The-OpenROAD-Project/OpenLane/issues/2160 as not planned.
— Reply to this email directly, view it on GitHubhttps://github.com/The-OpenROAD-Project/OpenLane/issues/2160#event-14528991374, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AUQXLVHQXMA65NFOVCIKYYLZ2BHNXAVCNFSM6AAAAABPNRTCAWVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJUGUZDQOJZGEZTONA. You are receiving this because you authored the thread.Message ID: @.***>
Description
On MacOS BigSur (Processor Intel: i7) after successfully running:
When invoking klayout to see the gds generated, klayout doesn't start as expected:
klayout ./designs/spm/runs/openlane_test/results/final/gds/spm.gds
Expected Behavior
Expect klayout to start and visualize the generated gds
Environment report
Reproduction material
no files used
Relevant log output