mirror of
https://github.com/VHDL-LS/rust_hdl.git
synced 2025-12-23 06:01:10 +00:00
6 lines
327 B
Bash
6 lines
327 B
Bash
# Clone all repositories used for the example projects
|
|
git clone --depth=1 https://github.com/ghdl/ghdl.git
|
|
git clone --depth=1 https://github.com/UVVM/UVVM.git
|
|
git clone --depth=1 https://github.com/VUnit/vunit.git
|
|
git clone --depth=1 https://github.com/VLSI-EDA/PoC.git
|
|
git clone --depth=1 https://github.com/OSVVM/OSVVM.git
|