We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8898c4 commit 3f0daa0Copy full SHA for 3f0daa0
iis-setup.sh
@@ -7,7 +7,7 @@
7
export CC=gcc-9.2.0
8
export CXX=g++-9.2.0
9
export SN_OSEDA="oseda -2025.07"
10
-export SN_BENDER=bender-0.28.1
+export SN_BENDER=bender-0.28.2
11
export SN_VCS_SEPP=vcs-2024.09
12
export SN_VERILATOR_SEPP=$SN_OSEDA
13
export SN_QUESTA_SEPP=questa-2023.4
util/container/Dockerfile
@@ -20,7 +20,7 @@ ARG TOOL_DIR=/tools
20
#------------------------------------------------------------------------------
21
22
FROM ubuntu:${UBUNTU_VERSION} AS tool-builder
23
-ARG BENDER_VERSION=0.28.1
+ARG BENDER_VERSION=0.28.2
24
ARG DOXYGEN_VERSION=1.12.0
25
ARG SNITCH_LLVM_VERSION=15.0.0-snitch-0.5.0
26
ARG UBUNTU_VERSION
0 commit comments