Skip to content

Commit 0e96a6c

Browse files
committed
upd: oss cad version in get started mingw script
1 parent 740e6f6 commit 0e96a6c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

get_started_mingw64.sh

+5-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ pacman -S --noconfirm --needed ${MINGW_PACKAGE_PREFIX}-boost
2828
pacman -S --noconfirm --needed ${MINGW_PACKAGE_PREFIX}-glfw
2929

3030
# -------------- retrieve oss-cad-suite package --------------
31-
OSS_CAD_MONTH=05
32-
OSS_CAD_DAY=01
33-
OSS_CAD_YEAR=2024
31+
OSS_CAD_MONTH=02
32+
OSS_CAD_DAY=27
33+
OSS_CAD_YEAR=2025
3434
OSS_PACKAGE=oss-cad-suite-windows-x64-$OSS_CAD_YEAR$OSS_CAD_MONTH$OSS_CAD_DAY.exe
3535

3636
rm -rf tools/fpga-binutils/
@@ -45,6 +45,8 @@ cd /usr/local/share/silice ; ./$OSS_PACKAGE ; rm ./$OSS_PACKAGE ; cd -
4545
# the python version shipped with oss-cad-tools creates problems
4646
rm -f /usr/local/share/silice/oss-cad-suite/lib/python3.exe
4747
rm -f /usr/local/share/silice/oss-cad-suite/lib/pip3.exe
48+
# the perl redirection of verilator is broken (and not necessary)
49+
rm -f /usr/local/share/silice/oss-cad-suite/share/verilator/bin/verilator
4850

4951
# -------------- compile Silice -----------------------------
5052
./compile_silice_mingw64.sh

0 commit comments

Comments
 (0)