Skip to content

Commit

Permalink
maia-sdr-devel: update tool versions
Browse files Browse the repository at this point in the history
This updates the version of the OSS CAD suite in the Dockerfile and
the other tools whose latest version gets installed when the image
is built.

Signed-off-by: Daniel Estévez <daniel@destevez.net>
  • Loading branch information
daniestevez committed Sep 3, 2023
1 parent c32e3b3 commit 006e0d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions maia-sdr-devel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ RUN apt-get update \
&& pip install -U pip \
&& pip install cocotb cocotb-bus \
&& cd /tmp \
&& wget https://github.com/YosysHQ/oss-cad-suite-build/releases/download/2023-06-10/oss-cad-suite-linux-x64-20230610.tgz \
&& wget https://github.com/YosysHQ/oss-cad-suite-build/releases/download/2023-09-03/oss-cad-suite-linux-x64-20230903.tgz \
&& mkdir /opt/oss-cad-suite \
&& tar zxf oss-cad-suite-linux-x64-20230610.tgz -C /opt \
&& rm -f oss-cad-suite-linux-x64-20230610.tgz \
&& tar zxf oss-cad-suite-linux-x64-20230903.tgz -C /opt \
&& rm -f oss-cad-suite-linux-x64-20230903.tgz \
&& git clone https://github.com/amaranth-lang/amaranth \
&& cd amaranth \
&& pip install . \
Expand Down

0 comments on commit 006e0d1

Please sign in to comment.