Skip to content

Instantly share code, notes, and snippets.

@PeterOgden
PeterOgden / 120 FPS.ipynb
Created March 31, 2020 09:54
Testing of 120 FPS capability of the ZCU104
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@PeterOgden
PeterOgden / build-fixes.patch
Created November 15, 2019 14:18
Example Bitbake recipe for PYNQ-Helloworld
diff --git a/setup.py b/setup.py
index 708dc25..21595f1 100644
--- a/setup.py
+++ b/setup.py
@@ -34,13 +34,13 @@ import shutil
# global variables
board = os.environ['BOARD']
-repo_board_folder = f'boards/{board}/resizer'
+repo_board_folder = 'boards/'+board+'/resizer'
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.