File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,13 @@ endif
3131# Allow using GUIs
3232UNAME_S = $(shell uname -s)
3333ifeq ($(UNAME_S ) ,Linux)
34- DOCKER_OPTIONS += -e DISPLAY=$(DISPLAY ) -v /tmp/.X11-unix:/tmp/.X11-unix -v $(HOME ) /.Xauthority:/.Xauthority --network host --security-opt seccomp=unconfined
35- ifneq ("$(wildcard $(HOME)/.openroad)","")
36- DOCKER_OPTIONS += -v $(HOME ) /.openroad:/.openroad
37- endif
34+ DOCKER_OPTIONS += -e DISPLAY=$(DISPLAY ) -v /tmp/.X11-unix:/tmp/.X11-unix --network host --security-opt seccomp=unconfined
35+ ifneq ("$(wildcard $(HOME)/.openroad)","")
36+ DOCKER_OPTIONS += -v $(HOME)/.openroad:/.openroad
37+ endif
38+ ifneq ("$(wildcard $(HOME)/.Xauthority)","")
39+ DOCKER_OPTIONS += -v $(HOME)/.Xauthority:/.Xauthority
40+ endif
3841endif
3942
4043THREADS ?= 1
Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ puts "OpenLane v[package version openlane] ($::env(OPENLANE_COMMIT))"
400400if { [info exists ::env(OPENLANE_MOUNTED_SCRIPTS_VERSION)] } {
401401 puts " (with mounted scripts from $::env(OPENLANE_MOUNTED_SCRIPTS_VERSION) )"
402402}
403- puts " All rights reserved. (c) 2020-2022 Efabless Corporation and contributors."
403+ puts " All rights reserved. (c) 2020-2025 Efabless Corporation and contributors."
404404puts " Available under the Apache License, version 2.0. See the LICENSE file for more details."
405405puts " "
406406
You can’t perform that action at this time.
0 commit comments