Skip to content

Commit 3d37dfa

Browse files
authored
Upgrade 2020 2 (#16)
* Upgrade block_design and bitstream to 2020.2 * Update make_bitstream * Remove rfsoc-sam-ofdm project * Update software package, remove rfsoc-sam-ofdm * Remove inspector import library * Fix dot on constants import * Upgrade zcu111 to vivado_2020_2 * Fix readme for 2020.2 * Update README for Vivado 2020.2 * Add PLL_FREQUENCY constant to ZCU111 overlay * Add PLL_FREQUENCY constant to RFSoC2x2 overlay * Update notebooks * Update readme * Fix notebooks * Remove freqplan * Update version in driver * Fix version to 0.4.1 * Slow down analyser
1 parent 597eb1f commit 3d37dfa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+6473
-39195
lines changed

README.md

+4-18
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This repository hosts an RFSoC Spectrum Analyser tool compatible with [PYNQ imag
77
<img src="./demonstration.gif" width="75%" height="75%" />
88
</p>
99

10-
Currently, this project is in version 0.4.0. We are working on improving aspects of the hardware design and increasing functionality/programability of the Python overlay.
10+
Currently, this project is in version 0.4.1. We are working on improving aspects of the hardware design and increasing functionality/programability of the Python overlay.
1111

1212
## Key Features
1313
* Up to 2 GHz bandwidth for inspection
@@ -39,21 +39,7 @@ Follow the instructions below to install the Spectrum Analyser now. **You will n
3939
<img src="./open_terminal_window.jpg" width="50%" height="50%" />
4040
</p>
4141

42-
Now follow the board specific setup instructions as follows.
43-
44-
## RFSoC2x2 Setup
45-
Your RFSoC2x2 development board already comes preinstalled with the Spectrum Analyser and Voila 0.2.10. Depending on the releases in this repository, we can try to upgrade the Spectrum Analyser package by running the following in the terminal:
46-
47-
```sh
48-
pip3 install https://github.com/strath-sdr/rfsoc_frequency_planner/archive/v0.2.0.tar.gz
49-
pip3 install --force-reinstall --no-deps git+https://github.com/strath-sdr/rfsoc_sam
50-
```
51-
52-
This will forcefully install the latest version of the Spectrum Analyser to your development board. You will find the Spectrum Analyser notebooks in the Jupyter workspace directory. The folder will be named 'spectrum-analyzer'.
53-
54-
## ZCU111 Setup
55-
56-
This final step will install the Spectrum Analyser to your ZCU111 development board. The Spectrum Analyser does not come preinstalled on the ZCU111 PYNQ image. Run the code below in the jupyter terminal to install the Spectrum Analyser.
42+
Run the code below in the jupyter terminal to install the Spectrum Analyser.
5743

5844
```sh
5945
pip3 install git+https://github.com/strath-sdr/rfsoc_sam
@@ -63,12 +49,12 @@ Once installation has complete you will find the Spectrum Analyser notebooks in
6349

6450
## Using the Project Files
6551
The following software is required to use the project files in this repository.
66-
- Vivado Design Suite 2020.1
52+
- Vivado Design Suite 2020.2
6753
- System Generator for DSP
6854
- MATLAB R2020a
6955

7056
### Vivado
71-
This project can be built with Vivado from the command line. Open Vivado 2020.1 and execute the following into the tcl console:
57+
This project can be built with Vivado from the command line. Open Vivado 2020.2 and execute the following into the tcl console:
7258
```sh
7359
cd /<repository-location>/boards/<board-name>/rfsoc_sam/
7460
```
Binary file not shown.

boards/RFSoC2x2/rfsoc_sam/bitstream/rfsoc_sam.hwh

+1,758-662
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)