Skip to content

Commit

Permalink
drep
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Aug 17, 2023
1 parent 13cdee2 commit a13d612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openlane/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ifeq ($(OPENLANE_USE_NIX),0)
endif

docker_startup_mode = $(shell test -t 0 && echo "-it" || echo "--rm" )
openlane_extra_args = $(shell test -t 0 && echo "--log-level WARN")
openlane_extra_args = $(shell test -t 0 || echo "--log-level WARN")
docker_run = \
docker run $(docker_startup_mode) \
$(USER_ARGS) \
Expand All @@ -81,7 +81,7 @@ endif
rm -rf ./$*/runs/$*
ln -s $$(realpath ./$*/runs/$(OPENLANE_RUN_TAG)) ./$*/runs/$*
@mkdir -p ../signoff/$*/
cat $(OPENLANE_TAG) > ../signoff/$*/OPENLANE_VERSION
@echo $(OPENLANE_TAG) > ../signoff/$*/OPENLANE_VERSION
@cp $(PDK_ROOT)/$(PDK)/SOURCES ../signoff/$*/PDK_SOURCES
@cp ./$*/runs/$*/final/*.csv ../signoff/$*/

Expand Down

0 comments on commit a13d612

Please sign in to comment.