.gitmodules file contains local submodule value
mithro opened this issue · 2 comments
mithro commented
[submodule "ext/VexRiscv"]
path = ext/VexRiscv
url = ../../SpinalHDL/VexRiscv.git
../../SpinalHDL/VexRiscv.git
should probably be https://github.com/SpinalHDL/VexRiscv
right?
Dolu1990 commented
Likely right, as far i understand ../../SpinalHDL/VexRiscv.git would not work if you fork the repo on something else than github, unless you also fork VexRiscv.git itself.
But i'm not realy mastering git, so maybe i'm wrong.
Dolu1990 commented
Updated as proposed.