Skip to content

Commit

Permalink
Revert GHDL
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosunen committed Jul 9, 2024
1 parent 2a54f00 commit 40a0538
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN chmod 700 /root/python_installs.sh
RUN /root/python_installs.sh && rm /root/python_installs.sh

# Install GHDL from source
#RUN cd /root && wget https://github.com/ghdl/ghdl/archive/refs/tags/v3.0.0.tar.gz && tar xzf v3.0.0.tar.gz && cd ghdl-3.0.0 && ./configure && make && make install && cd /root && rm v3.0.0.tar.gz && rm -rf ghdl-3.0.0
RUN cd /root && wget https://github.com/ghdl/ghdl/archive/refs/tags/v3.0.0.tar.gz && tar xzf v3.0.0.tar.gz && cd ghdl-3.0.0 && ./configure && make && make install && cd /root && rm v3.0.0.tar.gz && rm -rf ghdl-3.0.0

# Verilator install
#RUN dnf -y install autoconf g++ flex bison help2man
Expand All @@ -26,6 +26,7 @@ RUN /root/python_installs.sh && rm /root/python_installs.sh
#RUN cd verilator && git pull && git checkout v5.026 && autoconf && ./configure && make && make test && make install

# Yosys, contans also verilator and GHDL
# This did not work yet
RUN cd /usr/local && wget https://github.com/YosysHQ/oss-cad-suite-build/releases/download/2024-07-09/oss-cad-suite-linux-x64-20240709.tgz && tar xvzf ./oss-cad-suite-linux-x64-20240709.tgz && rm ./oss-cad-suite-linux-x64-20240709.tgz
ENV PATH=${PATH}:/usr/local/oss-cad-suite/bin

Expand Down

0 comments on commit 40a0538

Please sign in to comment.