Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
axdy authored Sep 20, 2024
1 parent f7568f7 commit b041e99
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@
This repository stores the necessary files needed to run the voila notebook demo for modulation classifcation presented at FCCM 2022.

## Preinstallation
This repository's files have been built and tested on PYNQ 2.6 running on the AMD-Xilinx RFSoC 2x2 development board (https://www.rfsoc-pynq.io/).
This repository's files have been built and tested on PYNQ 2.7 and above (including 3.0.1) running on the AMD-Xilinx RFSoC 2x2 development board (https://www.rfsoc-pynq.io/).

## Installation and Running
* Run:
```
git clone [email protected]:Axdy/rfsoc_modulation_classification.git
git clone [email protected]:axdy/rfsoc_modulation_classification.git
```
* Copy the `amc_dma_rfsoc` folder from the `bitstream` folder to the `overlay` folder on your board.
* Copy the contents of the `notebooks` folder into the `notebooks` on your board.
* To run the voila webpage please run the command:
* cd `rfsoc_modulation_classification
* Install and use package: `pip install ./`
* Open the notebook with voila by selecting the following button:
![image](https://github.com/user-attachments/assets/86f08448-7981-4856-98ff-3670081bd7db)

```
voila /home/xilinx/jupyter_notebooks/voila_modulation_classification.ipynb --ExecutePreprocessor.timeout=180 --port=8866 --TagRemovePreprocessor.remove_cell_tags='{"ignore_me"}'
```

0 comments on commit b041e99

Please sign in to comment.