Skip to content

Commit

Permalink
add to makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
  • Loading branch information
macfarla committed Apr 26, 2023
1 parent a502610 commit 6dadc74
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ WCP := wcp/columns.lisp \
wcp/constraints.lisp \
# wcp/hub_into_wcp.lisp \
TRM := trm/columns.lisp \
trm/constraints.lisp

MXP := mxp/columns.lisp \
mxp/constraints.lisp \
mxp/mxp_into_instruction_decoder.lisp
Expand All @@ -51,7 +54,7 @@ MEMORY := $(wildcard hub/mmio/*lisp) \
RLP := rlp/columns.lisp \
rlp/constraints.lisp

ZKEVM_FILES := ${ROM} ${STACK} ${ALU} ${BIN} ${SHIFT} ${WCP} ${TABLES} ${PUB_DATA} ${MXP} # ${RLP}
ZKEVM_FILES := ${ROM} ${STACK} ${ALU} ${BIN} ${SHIFT} ${WCP} ${TRM} ${TABLES} ${PUB_DATA} ${MXP} # ${RLP}

zkevm.go: ${ZKEVM_FILES}
corset wizard-iop -vv -P define -o $@ ${ZKEVM_FILES}
Expand Down

0 comments on commit 6dadc74

Please sign in to comment.