Skip to content

Commit 4c0ea7c

Browse files
authored
Update README.md
Add HDL default branch mention
1 parent a75fd44 commit 4c0ea7c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Clone this pluto_msk repository.
3232
git clone --recursive https://github.com/OpenResearchInstitute/pluto_msk.git
3333
```
3434

35-
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.
35+
To match versions with what we did, use the 2022.2 branch of the hdl repository. This branch should be the default when the repository is cloned. If you're using another version of Vivado, then you will need to choose the branch corresponding to your Vivado version that you are using for development. Here is an example of how to do that.
3636

3737
```
3838
/pluto_msk/hdl$ git checkout hdl_2022_r2
@@ -41,13 +41,11 @@ branch 'hdl_2022_r2' set up to track 'origin/hdl_2022_r2'.
4141
Switched to a new branch 'hdl_2022_r2'
4242
```
4343

44-
If there's a branch you are particularly interested in, then go ahead and check that branch out.
45-
4644
If you are working on ORI virtual machine, then source the version of Vivado needed as follows.
4745

4846
```$ source /tools/Xilinx/Vivado/2022.2/settings.sh```
4947

50-
You can check which version of Vivado as follows.
48+
You can check which version of Vivado is currently being used as follows.
5149

5250
```
5351
$ which vivado

0 commit comments

Comments
 (0)