fixing issue with prspice
This commit is contained in:
parent
82f4e1f47e
commit
356bbb5f46
@ -128,10 +128,13 @@ WORKDIR ..
|
|||||||
RUN XYCE_INSTALL="/opt/cad" ENABLE_MPI=1 make
|
RUN XYCE_INSTALL="/opt/cad" ENABLE_MPI=1 make
|
||||||
RUN cp prsim/prsim chan.py measure.py sim2vcd.py tlint/tlint spi2act/spi2act.py v2act/v2act /opt/cad/bin
|
RUN cp prsim/prsim chan.py measure.py sim2vcd.py tlint/tlint spi2act/spi2act.py v2act/v2act /opt/cad/bin
|
||||||
|
|
||||||
|
# install graphviz DOT
|
||||||
|
RUN apt-get install -y graphviz
|
||||||
|
|
||||||
# install Haystack
|
# install Haystack
|
||||||
RUN echo "building haystack"
|
RUN echo "building haystack"
|
||||||
WORKDIR /toolsrc
|
WORKDIR /toolsrc
|
||||||
RUN git clone https://github.com/nbingham1/haystack.git --branch v0.1.1
|
RUN git clone https://github.com/nbingham1/haystack.git --branch v0.1.2
|
||||||
WORKDIR haystack
|
WORKDIR haystack
|
||||||
RUN git submodule update --init --recursive
|
RUN git submodule update --init --recursive
|
||||||
WORKDIR lib
|
WORKDIR lib
|
||||||
@ -154,9 +157,8 @@ RUN cp hse2prs /opt/cad/bin
|
|||||||
|
|
||||||
# install prspice
|
# install prspice
|
||||||
WORKDIR /toolsrc
|
WORKDIR /toolsrc
|
||||||
RUN git clone https://github.com/nbingham1/prspice.git
|
RUN git clone https://github.com/nbingham1/prspice.git --branch v0.0.1
|
||||||
WORKDIR prspice
|
WORKDIR prspice
|
||||||
RUN git checkout xyce
|
|
||||||
RUN make
|
RUN make
|
||||||
RUN cp prdbase prspice /opt/cad/bin
|
RUN cp prdbase prspice /opt/cad/bin
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user