Skip to content

Commit

Permalink
annotate lake layer
Browse files Browse the repository at this point in the history
  • Loading branch information
steveri committed Sep 25, 2023
1 parent f2f1640 commit dfb7a23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@ RUN printf -- "--- TIME %s %s\n" `date +%H:%M` CoreIR &&\
# I guess we need build/lib (51M) but hopefully not build/src (111M) or build/tests (59M) or maybe even build/bin (51M)
# FIXME/TODO could probably delete coreir/build/lib and replace with a symlink to coreir/lib? To save 34M.


# Lake
COPY ./BufferMapping /aha/BufferMapping
WORKDIR /aha/BufferMapping/cfunc
RUN export COREIR_DIR=/aha/coreir && make lib
RUN printf -- "--- TIME %s %s\n" `date +%H:%M` lake &&\
export COREIR_DIR=/aha/coreir && make lib

# mflowgen
ENV GARNET_HOME=/aha/garnet
Expand Down

0 comments on commit dfb7a23

Please sign in to comment.