mirror of https://github.com/VLSIDA/OpenRAM.git
Update docker to magic with patch for port first/next.
This commit is contained in:
parent
f0f2c26e8d
commit
c07f6d195f
|
|
@ -129,13 +129,14 @@ RUN apt-get install --no-install-recommends -y iverilog
|
||||||
### Magic ###
|
### Magic ###
|
||||||
#ARG MAGIC_COMMIT=db4fa65bfc096e63954b37b188ea27b90ab31839
|
#ARG MAGIC_COMMIT=db4fa65bfc096e63954b37b188ea27b90ab31839
|
||||||
#ARG MAGIC_COMMIT=8.3.274
|
#ARG MAGIC_COMMIT=8.3.274
|
||||||
#ARG MAGIC_COMMIT=8.3.310
|
ARG MAGIC_COMMIT=8.3.311
|
||||||
ARG MAGIC_COMMIT=d099562e85e16654ef4573f1eb26c89d1b3d1ee2
|
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
#RUN git clone https://github.com/RTimothyEdwards/magic.git magic
|
#RUN git clone https://github.com/RTimothyEdwards/magic.git magic
|
||||||
RUN git clone git://opencircuitdesign.com/magic magic
|
RUN git clone git://opencircuitdesign.com/magic magic
|
||||||
WORKDIR /root/magic
|
WORKDIR /root/magic
|
||||||
RUN git checkout ${MAGIC_COMMIT}
|
RUN git checkout ${MAGIC_COMMIT}
|
||||||
|
COPY mrg.patch /root/magic
|
||||||
|
RUN git apply mrg.patch
|
||||||
RUN ./configure \
|
RUN ./configure \
|
||||||
&& make \
|
&& make \
|
||||||
&& make install
|
&& make install
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue