We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e3d58 commit ed32657Copy full SHA for ed32657
setup.ps1
@@ -4,7 +4,7 @@ $ErrorActionPreference = "Stop"
4
$REPO_OWNER = "MicrochipTech"
5
$REPO_NAME = "fpga-hls-examples"
6
$ASSET_NAME = "precompiled-binaries.zip"
7
-$TAG = "2024.1"
+$TAG = "2025.1"
8
9
$DOWNLOAD_DIR = ".precompiled-binaries_cache"
10
$ASSET_PATH = "$DOWNLOAD_DIR\$ASSET_NAME"
setup.sh
@@ -5,7 +5,7 @@ set -e
REPO_OWNER="MicrochipTech"
REPO_NAME="fpga-hls-examples"
ASSET_NAME="precompiled-binaries.zip"
-TAG="2024.1"
+TAG="2025.1"
DOWNLOAD_DIR=".precompiled-binaries_cache"
11
0 commit comments