m-labs/VexRiscv-verilog

.gitmodules file contains local submodule value

mithro opened this issue · 2 comments

[submodule "ext/VexRiscv"]
	path = ext/VexRiscv
	url = ../../SpinalHDL/VexRiscv.git

../../SpinalHDL/VexRiscv.git should probably be https://github.com/SpinalHDL/VexRiscv right?

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.

Updated as proposed.