Wren6991 / Hazard3

3-stage RV32IMACZb* processor with debug
Apache License 2.0
696 stars 47 forks source link

Fix broken submodule path #2

Closed pftbest closed 3 years ago

pftbest commented 3 years ago

When cloning the repo git fails to init submodules:

$ git submodule update --init --recursive                          
fatal: No url found for submodule path 'test/sim/riscv-compliance/riscv-arch-test' in .gitmodules

This patch fixes submodule path

Wren6991 commented 3 years ago

Oops, thanks!