Skip to content

Commit

Permalink
Merge pull request #336 from efabless/update-openlane-version
Browse files Browse the repository at this point in the history
Update openlane version
  • Loading branch information
jeffdi authored Nov 13, 2023
2 parents 73a1fd4 + 38bc09c commit 96f25b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openlane/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
MAKEFLAGS+=--warn-undefined-variables

export OPENLANE_RUN_TAG = $(shell date '+%y_%m_%d_%H_%M')
OPENLANE_TAG ?= 2023.07.19
OPENLANE_TAG ?= 2023.07.19-1
OPENLANE_IMAGE_NAME ?= efabless/openlane:$(OPENLANE_TAG)
designs = $(shell find * -maxdepth 0 -type d)
current_design = null
Expand Down

0 comments on commit 96f25b2

Please sign in to comment.