Skip to content

Commit

Permalink
[Infra] Fix hardfloat module path.
Browse files Browse the repository at this point in the history
  • Loading branch information
rp15 committed Dec 13, 2024
1 parent 42f9830 commit 290f615
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `[email protected]:pymtl/pymtl3-hardfloat.git` to `https://github.com/pymtl/pymtl3-hardfloat.git`.

### Run an example to generate Verilog

Expand Down

0 comments on commit 290f615

Please sign in to comment.