Skip to content

Commit c3e8a2c

Browse files
authored
Update README.md
Add --recursive because hdl is now a submodule as well.
1 parent 304af0e commit c3e8a2c

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

README.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,33 @@ The following ORI library components are used as submodules to this repository:
2626

2727
Here is a set of instructions for getting this minimum shift keying (MSK) transceiver implementation to work on a PLUTO SDR.
2828

29-
Clone the hardware description language reference design from Analog Devices GitHub.
29+
Clone this pluto_msk repository.
3030

31-
```git clone https://github.com/analogdevicesinc/hdl```
31+
```git clone --recursive https://github.com/OpenResearchInstitute/pluto_msk.git
32+
```
3233

33-
Change directory into hdl. To match what we did, check out the 2022.2 branch of this repository. If you're using another version of Vivado, choose the branch corresponding to your Vivado version that you are using for development.
34+
Change directory into the hdl submodule directory. To match versions with what we did, check out the 2022.2 branch of the hdl repository. If you're using another version of Vivado, choose the branch corresponding to your Vivado version that you are using for development.
3435

35-
```git checkout hdl_2022_r2```
36+
```
37+
/pluto_msk/hdl$ git checkout hdl_2022_r2
38+
Previous HEAD position was 1978df298 axi_dac_interpolate: Improve the ctrl logic
39+
branch 'hdl_2022_r2' set up to track 'origin/hdl_2022_r2'.
40+
Switched to a new branch 'hdl_2022_r2'
41+
```
3642

37-
Clone this pluto_msk repository.
43+
If there's a branch you are particularly interested in, then go ahead and check that branch out.
44+
45+
If you are working on ORI virtual machine, then source the version of Vivado needed as follows.
46+
47+
```$ source /tools/Xilinx/Vivado/2022.2/settings.sh```
48+
49+
You can check which version of Vivado as follows.
3850

39-
```git clone https://github.com/OpenResearchInstitute/pluto_msk```
51+
```
52+
$ which vivado
53+
/tools/Xilinx/Vivado/2022.2/bin/vivado
54+
```
4055

41-
If there's a branch you are particularly interested in, then go ahead and check that branch out.
4256

4357

4458

0 commit comments

Comments
 (0)