Skip to content

Commit ed32657

Browse files
authored
Update download scripts (#102)
* Update setup.ps1 changed TAG from 2024.1 to 2025.1 * Update setup.sh change Tag from 2024.1 to 2025.1
1 parent 07e3d58 commit ed32657

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $ErrorActionPreference = "Stop"
44
$REPO_OWNER = "MicrochipTech"
55
$REPO_NAME = "fpga-hls-examples"
66
$ASSET_NAME = "precompiled-binaries.zip"
7-
$TAG = "2024.1"
7+
$TAG = "2025.1"
88

99
$DOWNLOAD_DIR = ".precompiled-binaries_cache"
1010
$ASSET_PATH = "$DOWNLOAD_DIR\$ASSET_NAME"

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
REPO_OWNER="MicrochipTech"
66
REPO_NAME="fpga-hls-examples"
77
ASSET_NAME="precompiled-binaries.zip"
8-
TAG="2024.1"
8+
TAG="2025.1"
99

1010
DOWNLOAD_DIR=".precompiled-binaries_cache"
1111

0 commit comments

Comments
 (0)