efabless / caravel_user_project

https://caravel-user-project.readthedocs.io
Apache License 2.0
174 stars 326 forks source link

make setup error - GF's PDK #304

Open adrienluitot opened 9 months ago

adrienluitot commented 9 months ago

Hello,

There is another problem with the setup, with GF this time. At the very first steps, when cloning the repos.

In the main Makefile when cloning https://github.com/efabless/caravel-gf180mcu it uses the tag gfmpw-0b. In the caravel/Makefile, it uses the same tag when cloning https://github.com/efabless/caravel_mgmt_soc_gf180mcu, but the repo doesn't have the tag gfmpw-0b (only 0a and 0d to 0f).

adrienluitot commented 9 months ago

Changing line 80 in the Makefile from MPW_TAG ?= gfmpw-0b to MPW_TAG ?= gfmpw-0f fixed this issue.

adrienluitot commented 9 months ago

Actually https://github.com/efabless/mpw_precheckdoesn't seem to have a branch more recent than gfmpw-0d. With this tag it seems to work. 👌