From 2e0feb39ffb54a4899f88203320b77b4f36aaa5e Mon Sep 17 00:00:00 2001 From: Paul Scheffler Date: Mon, 19 Feb 2024 19:13:42 +0100 Subject: [PATCH] fixup --- .gitmodules | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index ac8e86f85..620a456ac 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 97c42928b..2cf18f382 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 ```