Skip to content

Commit

Permalink
treewide: Remove verible, unused in Snitch
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Oct 3, 2024
1 parent c975a3d commit 26aae5c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion target/common/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ VERILATOR_SEPP ?=
BENDER ?= bender
VLT ?= $(VERILATOR_SEPP) verilator
VCS ?= $(VCS_SEPP) vcs
VERIBLE_FMT ?= verible-verilog-format
CLANG_FORMAT ?= clang-format
VSIM ?= $(QUESTA_SEPP) vsim
VOPT ?= $(QUESTA_SEPP) vopt
Expand Down
7 changes: 0 additions & 7 deletions util/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ ARG UBUNTU_VERSION=22.04
FROM ubuntu:${UBUNTU_VERSION} AS builder
ARG BENDER_VERSION=0.28.1
ARG DOXYGEN_VERSION=1.12.0
ARG VERIBLE_VERSION=0.0-3318-g8d254167
ARG SNITCH_LLVM_VERSION=latest
ARG RUST_VERSION=1.63.0
ARG UBUNTU_VERSION
Expand Down Expand Up @@ -47,11 +46,6 @@ WORKDIR /tools
RUN wget https://github.com/pulp-platform/bender/releases/download/v${BENDER_VERSION}/bender-${BENDER_VERSION}-x86_64-linux-gnu-ubuntu${UBUNTU_VERSION}.tar.gz && \
tar xzf bender-${BENDER_VERSION}-x86_64-linux-gnu-ubuntu${UBUNTU_VERSION}.tar.gz

# Install Verible
RUN wget https://github.com/chipsalliance/verible/releases/download/v${VERIBLE_VERSION}/verible-v${VERIBLE_VERSION}-linux-static-x86_64.tar.gz && \
tar -x -f verible-v${VERIBLE_VERSION}-linux-static-x86_64.tar.gz --strip-components=1 -C . && \
rm -rf verible-v${VERIBLE_VERSION}-linux-static-x86_64.tar.gz

# Install Doxygen
RUN wget https://www.doxygen.nl/files/doxygen-${DOXYGEN_VERSION}.linux.bin.tar.gz && \
tar xzf doxygen-${DOXYGEN_VERSION}.linux.bin.tar.gz && \
Expand Down Expand Up @@ -111,7 +105,6 @@ RUN ${VIRTUAL_ENV}/bin/pip install --upgrade pip && \
COPY --from=builder /tools/bender /tools/bin/
# COPY --from=builder /root/.cargo/bin/banshee /tools/bin/
COPY --from=builder /tools/doxygen/bin/doxygen /tools/bin/
COPY --from=builder /tools/verible* /tools/bin/
COPY --from=builder /tools/riscv-llvm /tools/riscv-llvm

# Modify environment and path variables
Expand Down

0 comments on commit 26aae5c

Please sign in to comment.