https://github.com/virtualagc/virtualagc
Revision c6c292eed49f31f2f1c1d0ba295ae170fefd5a66 authored by Ron Burkey on 12 October 2018, 15:53:14 UTC, committed by Ron Burkey on 12 October 2018, 15:53:14 UTC
to correspond to what's needed for conversion of the binary to Verilog.
1 parent 49926c6
Raw File
Tip revision: c6c292eed49f31f2f1c1d0ba295ae170fefd5a66 authored by Ron Burkey on 12 October 2018, 15:53:14 UTC
Changed the yaYUL switches for building Validation-hardware-simulation,
Tip revision: c6c292e
Dockerfile.dev
FROM jlawton/virtualagc
MAINTAINER Jim Lawton

# Use this to clone directly from Github.
#RUN git clone https://github.com/rburkey2005/virtualagc

# Use this to build a copy of the current directory. 
RUN mkdir /virtualagc
COPY . /virtualagc

RUN cd virtualagc && make clean
RUN cd virtualagc && DEV_BUILD=yes make yaLEMAP yaAGC yaAGS yaYUL missions corediffs
back to top