mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 09:30:38 +02:00
passing gf180 parameterized gate tests
This commit is contained in:
committed by
SWalker
parent
d18a4f8c7c
commit
a904874978
+3
-3
@@ -130,14 +130,14 @@ RUN apt-get install --no-install-recommends -y iverilog
|
||||
### Magic ###
|
||||
#ARG MAGIC_COMMIT=db4fa65bfc096e63954b37b188ea27b90ab31839
|
||||
#ARG MAGIC_COMMIT=8.3.274
|
||||
ARG MAGIC_COMMIT=8.3.311
|
||||
ARG MAGIC_COMMIT=8.3.363
|
||||
WORKDIR /root
|
||||
#RUN git clone https://github.com/RTimothyEdwards/magic.git magic
|
||||
RUN git clone git://opencircuitdesign.com/magic magic
|
||||
WORKDIR /root/magic
|
||||
RUN git checkout ${MAGIC_COMMIT}
|
||||
COPY mrg.patch /root/magic
|
||||
RUN git apply mrg.patch
|
||||
#COPY mrg.patch /root/magic
|
||||
#RUN git apply mrg.patch
|
||||
RUN ./configure
|
||||
RUN make
|
||||
RUN make install
|
||||
|
||||
Reference in New Issue
Block a user