File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ pacman -S --noconfirm --needed ${MINGW_PACKAGE_PREFIX}-boost
28
28
pacman -S --noconfirm --needed ${MINGW_PACKAGE_PREFIX} -glfw
29
29
30
30
# -------------- 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
34
34
OSS_PACKAGE=oss-cad-suite-windows-x64-$OSS_CAD_YEAR$OSS_CAD_MONTH$OSS_CAD_DAY .exe
35
35
36
36
rm -rf tools/fpga-binutils/
@@ -45,6 +45,8 @@ cd /usr/local/share/silice ; ./$OSS_PACKAGE ; rm ./$OSS_PACKAGE ; cd -
45
45
# the python version shipped with oss-cad-tools creates problems
46
46
rm -f /usr/local/share/silice/oss-cad-suite/lib/python3.exe
47
47
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
48
50
49
51
# -------------- compile Silice -----------------------------
50
52
./compile_silice_mingw64.sh
You can’t perform that action at this time.
0 commit comments