Browse Source

Remove checkout of abc, let it done by yosys Makefile

bullseye
T. Meissner 4 years ago
parent
commit
a4276cb565
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      symbiyosys.Dockerfile

+ 0
- 1
symbiyosys.Dockerfile View File

@ -29,7 +29,6 @@ RUN apt-get update -qq && \
cd /root && \
git clone https://github.com/YosysHQ/yosys.git yosys && \
cd yosys && \
git clone https://github.com/berkeley-abc/abc.git abc && \
make -j$(nproc) PREFIX=/opt/yosys && \
make install PREFIX=/opt/yosys


Loading…
Cancel
Save