File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
66ENV PATH="/WORK_REPO/verilator/bin:$PATH"
77ENV VERILATOR_ROOT=/WORK_REPO/verilator
88ENV PYMTL_VERILATOR_INCLUDE_DIR=/WORK_REPO/verilator/share/verilator/include
9+ ENV PATH="/WORK_REPO/CGRA-Flow/tools/sv2v/bin:$PATH"
910
1011RUN 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 \
You can’t perform that action at this time.
0 commit comments