Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

20190413 #4

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ HLS Project for pp4fpgas-cn running on Pynq-Z1/Z2 board

```console
sudo pip3 install --upgrade git+https://github.com/xupsh/pp4fpgas-cn-hls.git
//sudo pip3 install --upgrade git+https://github.com/CongHong/pp4fpgas-cn-hls.git
```
> pynq <= v2.2

Expand Down
7 changes: 7 additions & 0 deletions boards/Pynq-Z1/notebooks/00-Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,13 @@
"The example in the tutorial resource is the driver for stream interface. The driver for other interfaces, such as lite interface, can be learned through other Xilinx University Program's tutorials or workshops."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
159 changes: 110 additions & 49 deletions boards/Pynq-Z1/notebooks/01-CORDIC.ipynb

Large diffs are not rendered by default.

9,179 changes: 9,139 additions & 40 deletions boards/Pynq-Z1/notebooks/02-FIR.ipynb

Large diffs are not rendered by default.

115 changes: 88 additions & 27 deletions boards/Pynq-Z1/notebooks/03-FFT.ipynb

Large diffs are not rendered by default.

338 changes: 234 additions & 104 deletions boards/Pynq-Z1/notebooks/04-DFT.ipynb

Large diffs are not rendered by default.

227 changes: 227 additions & 0 deletions boards/Pynq-Z1/notebooks/06-SPMV.ipynb

Large diffs are not rendered by default.

133 changes: 0 additions & 133 deletions boards/Pynq-Z1/notebooks/06-SPVM.ipynb

This file was deleted.

128 changes: 95 additions & 33 deletions boards/Pynq-Z1/notebooks/07-MATRIXM.ipynb

Large diffs are not rendered by default.

172 changes: 138 additions & 34 deletions boards/Pynq-Z1/notebooks/08-HISTOGRAM.ipynb

Large diffs are not rendered by default.

113 changes: 92 additions & 21 deletions boards/Pynq-Z1/notebooks/08-SUM.ipynb

Large diffs are not rendered by default.

95 changes: 68 additions & 27 deletions boards/Pynq-Z1/notebooks/09-VideoSystem.ipynb

Large diffs are not rendered by default.

106 changes: 92 additions & 14 deletions boards/Pynq-Z1/notebooks/10-SORT.ipynb

Large diffs are not rendered by default.

107 changes: 74 additions & 33 deletions boards/Pynq-Z1/notebooks/11-HUFFMAN.ipynb

Large diffs are not rendered by default.

Binary file added boards/Pynq-Z1/notebooks/data/10.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added boards/Pynq-Z1/notebooks/data/8ptFFT.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified boards/Pynq-Z1/notebooks/data/block.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added boards/Pynq-Z1/notebooks/data/cordic_Diagram.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added boards/Pynq-Z1/notebooks/data/cordic_address.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added boards/Pynq-Z1/notebooks/data/crs.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added boards/Pynq-Z1/notebooks/data/dft_Diagram.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified boards/Pynq-Z1/notebooks/data/directive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added boards/Pynq-Z1/notebooks/data/fft_Diagram.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added boards/Pynq-Z1/notebooks/data/fir_Diagram.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading