Skip to content

Commit

Permalink
fixes for latest oss-cad-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
sylefeb committed Apr 4, 2024
1 parent 1bd67f3 commit 938cb98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions get_started_mingw64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ pacman -S --noconfirm --needed ${MINGW_PACKAGE_PREFIX}-boost
pacman -S --noconfirm --needed ${MINGW_PACKAGE_PREFIX}-glfw

# -------------- retrieve oss-cad-suite package --------------
OSS_CAD_MONTH=03
OSS_CAD_DAY=27
OSS_CAD_MONTH=04
OSS_CAD_DAY=04
OSS_CAD_YEAR=2024
OSS_PACKAGE=oss-cad-suite-windows-x64-$OSS_CAD_YEAR$OSS_CAD_MONTH$OSS_CAD_DAY.exe

Expand All @@ -41,6 +41,8 @@ mkdir -p /usr/local/share/silice
mv $OSS_PACKAGE /usr/local/share/silice/
cp tools/oss-cad-suite-env.sh /usr/local/share/silice/
cd /usr/local/share/silice ; ./$OSS_PACKAGE ; rm ./$OSS_PACKAGE ; cd -
rm -f /usr/local/share/silice/oss-cad-suite/lib/python3.exe
rm -f /usr/local/share/silice/oss-cad-suite/lib/pip3.exe

# -------------- compile Silice -----------------------------
./compile_silice_mingw64.sh
Expand Down
2 changes: 1 addition & 1 deletion projects/tinygpus

0 comments on commit 938cb98

Please sign in to comment.