<@U016HSAA3RQ> I was looking into the `Makefile` a...
# shuttle
w
@User I was looking into the
Makefile
at
efabless/caravel_user_project
it has:
ifeq ($(CARAVEL_LITE),1)
CARAVEL_NAME := caravel-lite
CARAVEL_REPO := <https://github.com/efabless/caravel-lite>
CARAVEL_TAG := 'rc-8'
Now rc-8 tag has incomplete files as shown in the snippet However the
mpw3
tag at the
caravel-lite
has the relevant files to run the
user_wrapper
. I have also attached the snippet of
mpw3
tag of
caravel-lite
as well. Do I need to edit the
Makefile
?