Skip to content

Commit 0ac0853

Browse files
committed
Add missing PATH for sv2v tools and clean up Dockerfile
1 parent 611d103 commit 0ac0853

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
66
ENV PATH="/WORK_REPO/verilator/bin:$PATH"
77
ENV VERILATOR_ROOT=/WORK_REPO/verilator
88
ENV PYMTL_VERILATOR_INCLUDE_DIR=/WORK_REPO/verilator/share/verilator/include
9+
ENV PATH="/WORK_REPO/CGRA-Flow/tools/sv2v/bin:$PATH"
910

1011
RUN mkdir /WORK_REPO \
1112
&& cd /WORK_REPO \
@@ -16,8 +17,6 @@ RUN mkdir /WORK_REPO \
1617
&& git clone https://github.com/tancheng/CGRA-Flow.git \
1718
&& cd CGRA-Flow \
1819
&& git submodule update --init \
19-
# FIXME: remove once master works good
20-
&& git checkout 523bf44f \
2120
# Install LLVM and Clang for CGRA-Mapper
2221
&& apt-get -y install cmake \
2322
&& apt-get -y install llvm-12 llvm-12-dev llvm-12-tools clang-12 \
@@ -30,6 +29,7 @@ RUN mkdir /WORK_REPO \
3029
# VectorCGRA Git Sumbodule Update
3130
&& cd /WORK_REPO/CGRA-Flow/VectorCGRA \
3231
&& git submodule update --init \
32+
&& cd /WORK_REPO \
3333
&& apt-get -y install wget \
3434
&& wget https://github.com/tancheng/pymtl-verilator/raw/master/verilator-travis-4.036.tar.gz \
3535
&& tar -C /WORK_REPO -xzf verilator-travis-4.036.tar.gz \

0 commit comments

Comments
 (0)