CSL-KU / firesim-nvdla

FireSim-NVDLA: NVIDIA Deep Learning Accelerator (NVDLA) Integrated with RISC-V Rocket Chip SoC Running on the Amazon FPGA Cloud
Other
161 stars 31 forks source link

cloning sw/qemu hangs due to archived qemu repo #15

Open malin1982 opened 4 years ago

malin1982 commented 4 years ago

This issue occurred as I was running,

./build-setup.sh fast

Submodule 'sw/qemu' (https://github.com/riscv/riscv-qemu.git) registered for path 'sw/qemu'

The above repo has been archived, therefore the setup will hang.

Is there any way to work around it?

Thanks

farzadfch commented 4 years ago

An archived repo can be still cloned (it just becomes read-only). I did a fresh clone and ran ./build-setup.sh fast successfully. So, I'm not sure why this is happening for you. Maybe give it a second try?

DmitriLyalikov commented 1 year ago

HI both,

I am also encountering this issue with qemu. Has this been resolved?