Skip to content

Commit d8318ba

Browse files
committed
MinGW: removing package installs no longer needed, upgrading to recent oss-cad
1 parent 0341333 commit d8318ba

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

get_started_mingw64.sh

+7-7
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ pacman -S --noconfirm --needed make
1919
pacman -S --noconfirm --needed python3
2020
pacman -S --noconfirm --needed python-pip
2121
pacman -S --noconfirm --needed ${MINGW_PACKAGE_PREFIX}-riscv64-unknown-elf-toolchain
22-
pacman -S --noconfirm --needed ${MINGW_PACKAGE_PREFIX}-iverilog
23-
pacman -S --noconfirm --needed ${MINGW_PACKAGE_PREFIX}-gtkwave
24-
pacman -S --noconfirm --needed ${MINGW_PACKAGE_PREFIX}-verilator
25-
pacman -S --noconfirm --needed ${MINGW_PACKAGE_PREFIX}-openFPGALoader
22+
# pacman -S --noconfirm --needed ${MINGW_PACKAGE_PREFIX}-iverilog
23+
# pacman -S --noconfirm --needed ${MINGW_PACKAGE_PREFIX}-gtkwave
24+
# pacman -S --noconfirm --needed ${MINGW_PACKAGE_PREFIX}-verilator
25+
# pacman -S --noconfirm --needed ${MINGW_PACKAGE_PREFIX}-openFPGALoader
2626
pacman -S --noconfirm --needed ${MINGW_PACKAGE_PREFIX}-dfu-util
2727
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=11
32-
OSS_CAD_DAY=29
33-
OSS_CAD_YEAR=2023
31+
OSS_CAD_MONTH=03
32+
OSS_CAD_DAY=12
33+
OSS_CAD_YEAR=2024
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/

0 commit comments

Comments
 (0)