My question is, does efabless support using mpw-8c for verify my design? or other stable tag or branch for user to verify user_project?I want to base on a stable tag or branch in https://github.com/efabless/caravel_user_project to run the tape-out flow then switch to final tape-out target in chipIgnite Shuttle (we still not decide the target).
When I get project from from TAG=mpw-8c as below and found error in "make caravel-sta"
error log when run "make caravel-sta"
solution - update Makefile to use
git checkout $(MPW_TAG)
I can workaround this issue by update Makefile
Makefile update commit link
My question is, does efabless support using mpw-8c for verify my design? or other stable tag or branch for user to verify user_project?I want to base on a stable tag or branch in https://github.com/efabless/caravel_user_project to run the tape-out flow then switch to final tape-out target in chipIgnite Shuttle (we still not decide the target).
detail issue description in this link