-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
 | ||
|
||
``` | ||
voila /home/xilinx/jupyter_notebooks/voila_modulation_classification.ipynb --ExecutePreprocessor.timeout=180 --port=8866 --TagRemovePreprocessor.remove_cell_tags='{"ignore_me"}' | ||
``` |