diff --git a/Intel_Quartus_Prime_18.1/Dockerfile b/Intel_Quartus_Prime_18.1/Dockerfile index 1c62626..6131ca7 100644 --- a/Intel_Quartus_Prime_18.1/Dockerfile +++ b/Intel_Quartus_Prime_18.1/Dockerfile @@ -5,6 +5,7 @@ RUN /quartus/setup.sh --mode unattended --accept_eula 1 --installdir /opt/quart FROM fpga-base:centos6 COPY --from=install /opt/quartus /opt/quartus +RUN sed -i 's/linux\_rh[[:digit:]]\+/linux/g' /opt/quartus/modelsim_ase/vco CMD ["/opt/quartus/quartus/bin/quartus", "--64bit"] ARG TOOL -LABEL com.halfmanhalftaco.fpga.tool=$TOOL \ No newline at end of file +LABEL com.halfmanhalftaco.fpga.tool=$TOOL diff --git a/Makefile b/Makefile index 4d2d9f0..7870a64 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ #TOOLS += Altera_Quartus_Prime_17.0 #TOOLS += Altera_Quartus_Prime_17.1 #TOOLS += Intel_Quartus_Prime_18.0 -#TOOLS += Intel_Quartus_Prime_18.1 +TOOLS += Intel_Quartus_Prime_18.1 #TOOLS += Intel_Quartus_Prime_19.1 #TOOLS += Intel_Quartus_Prime_10.1 #TOOLS += Intel_Quartus_Prime_20.1.1