Skip to content

Commit

Permalink
Merge pull request #86 from efabless/jeffdi-patch-1
Browse files Browse the repository at this point in the history
Update Makefile
  • Loading branch information
jeffdi authored Feb 26, 2022
2 parents 85141c0 + 5c041f1 commit b3ac77d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,16 @@ export OPENLANE_TAG=2022.02.23_02.50.41
# Install lite version of caravel, (1): caravel-lite, (0): caravel
CARAVEL_LITE?=1

MPW_TAG ?= mpw-5c

ifeq ($(CARAVEL_LITE),1)
CARAVEL_NAME := caravel-lite
CARAVEL_REPO := https://github.com/efabless/caravel-lite
CARAVEL_TAG := mpw-5c
CARAVEL_TAG := $(MPW_TAG)
else
CARAVEL_NAME := caravel
CARAVEL_REPO := https://github.com/efabless/caravel
CARAVEL_TAG := mpw-5c
CARAVEL_TAG := $(MPW_TAG)
endif

# Include Caravel Makefile Targets
Expand Down

0 comments on commit b3ac77d

Please sign in to comment.