diff --git a/.gitmodules b/.gitmodules index ac8e86f8..620a456a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,5 +4,5 @@ ignore = dirty [submodule "sw/deps/cva6-sdk"] path = sw/deps/cva6-sdk - url = https://github.com/pulp-platform/cva6-sdk + url = https://github.com/pulp-platform/cva6-sdk.git ignore = dirty diff --git a/README.md b/README.md index 97c42928..2cf18f38 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ If you are impatient and have all needed [dependencies](https://pulp-platform.gi ``` set BINARY ../../../sw/tests/helloworld.spm.elf -source compile.cheshire_soc.tcl +source compile.tcl source start.cheshire_soc.tcl run -all ```