commit | acb0af8876be1e43eb307c71c65c9e5c5987bf22 | [log] [tgz] |
---|---|---|
author | Marwan Abbas <marwan@ciic.c.catx-ext-efabless.internal> | Tue Feb 15 13:00:56 2022 -0800 |
committer | Marwan Abbas <marwan@ciic.c.catx-ext-efabless.internal> | Tue Feb 15 13:00:56 2022 -0800 |
tree | 657af32159edcbfe695e42352c2d0061eb78c94c | |
parent | a7c06f008cc261dd0b9557cb81a04926329919b1 [diff] |
changed mpw-5a to mpw-5b
diff --git a/Makefile b/Makefile index 79515c7..f629bd0 100644 --- a/Makefile +++ b/Makefile
@@ -25,11 +25,11 @@ ifeq ($(CARAVEL_LITE),1) CARAVEL_NAME := caravel-lite CARAVEL_REPO := https://github.com/efabless/caravel-lite - CARAVEL_TAG := 'mpw-5a' + CARAVEL_TAG := 'mpw-5b' else CARAVEL_NAME := caravel CARAVEL_REPO := https://github.com/efabless/caravel - CARAVEL_TAG := 'mpw-5a' + CARAVEL_TAG := 'mpw-5b' endif