From 290f6155ee914d4c64ff01f8d018fdda2ea1ce13 Mon Sep 17 00:00:00 2001 From: Ron Jokai Date: Thu, 12 Dec 2024 23:40:06 -0700 Subject: [PATCH] [Infra] Fix hardfloat module path. --- .gitmodules | 2 +- README.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 5801b0b..f717bec 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "fu/pymtl3_hardfloat"] path = fu/pymtl3_hardfloat - url = git@github.com:pymtl/pymtl3-hardfloat.git + url = https://github.com/pymtl/pymtl3-hardfloat.git [submodule "fu/dp_fpfma"] path = fu/dp_fpfma url = https://github.com/tancheng/dp_fpfma diff --git a/README.md b/README.md index e87f439..a2ed2a3 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,6 @@ We can now use git to clone the VectorCGRA repo. % git clone https://github.com/tancheng/VectorCGRA.git % git submodule update --init ``` -Note that if the submodule update fails, try change the `url` of `[submodule "fu/pymtl3_hardfloat"]` in the `.git/config` from `git@github.com:pymtl/pymtl3-hardfloat.git` to `https://github.com/pymtl/pymtl3-hardfloat.git`. ### Run an example to generate Verilog