Skip to content

Commit

Permalink
ci(xosim): bump tool version
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaok committed Feb 18, 2024
1 parent 85ab375 commit f861863
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
xocl-version:
- 2020.2
- 2023.2

env:
XILINX_HLS: /opt/tools/xilinx/Vitis_HLS/${{ matrix.xocl-version }}
Expand All @@ -28,18 +28,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends \
faketime \
gcc-multilib \
libc6-dev-i386 \
libncurses5 \
libtinfo5 \
libxext6 \
unzip \
xilinx-u250-xdma-dev \
xilinx-u280-xdma-dev \
xrt \
sudo python3 -m pip install cmake
cmake \
# Vivado doesn't like running concurrently for the first time.
(
Expand All @@ -60,6 +49,7 @@ jobs:
pushd "${app}"
cmake -S. -Bbuild
cmake --build build --target "${app}" "${app}-hw-xo" --parallel 2
cd build
make "${app}"-cosim -n | \
sed -n 's/--bitstream\(.*\)_emu\.xclbin/--bitstream\1.xo/p'
popd
Expand Down

0 comments on commit f861863

Please sign in to comment.