File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,15 @@ The following ORI library components are used as submodules to this repository:
13
13
5 . [ prbs] ( https://github.com/OpenResearchInstitute/prbs )
14
14
15
15
## Building
16
-
17
- 1 . git clone --recursive https://github.com/OpenResearchInstitute/pluto_msk
18
- 2 . cd pluto_msk/projects/pluto/
19
- 3 . source /opt/Xilinx/Vivado/2022.2/settings64.sh
20
- 4 . make
16
+ ### First, clone this repo with all submodules
17
+ git clone --recursive https://github.com/OpenResearchInstitute/pluto_msk
18
+ ### building bitstream only
19
+ 1 . cd pluto_msk/projects/pluto/
20
+ 2 . source /opt/Xilinx/Vivado/2022.2/settings64.sh
21
+ 3 . make
22
+ ### complete firmware
23
+ 1 . cd pluto_msk/firmware
24
+ 2 . make
21
25
22
26
## MSK Modem Architecture
23
27
You can’t perform that action at this time.
0 commit comments