Skip to content

Commit

Permalink
363 add gas to makefile (#380)
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Gentile <lorenzogentile404@gmail.com>
Co-authored-by: Olivier Bégassat <olivier.begassat.cours@gmail.com>
  • Loading branch information
lorenzogentile404 and OlivierBBB authored Oct 17, 2024
1 parent 63b730d commit f0572d9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ ZKEVM_MODULES := ${ALU} \
${EC_DATA} \
${EUC} \
${EXP} \
${GAS} \
${HUB_COLUMNS} \
${LIBRARY} \
${LOG_DATA} \
Expand All @@ -155,9 +156,8 @@ ZKEVM_MODULES := ${ALU} \
${TXN_DATA} \
${WCP}

# ${GAS} \
# ${HUB} \
# ${MMIO} \
# ${HUB} \
# ${MMIO} \
define.go: ${ZKEVM_MODULES}
${CORSET} wizard-iop -vv -o $@ ${ZKEVM_MODULES}
Expand All @@ -175,6 +175,7 @@ ZKEVM_MODULES_FOR_REFERENCE_TESTS := ${ALU} \
${EC_DATA} \
${EUC} \
${EXP} \
${GAS} \
${HUB_COLUMNS} \
${LIBRARY} \
${LOG_DATA} \
Expand All @@ -197,9 +198,8 @@ ZKEVM_MODULES_FOR_REFERENCE_TESTS := ${ALU} \
${WCP}

# ${BLOCKDATA} \
# ${GAS} \
# ${HUB} \
# ${MMIO} \
# ${MMIO} \
zkevm_for_reference_tests.bin: ${ZKEVM_MODULES_FOR_REFERENCE_TESTS}
${CORSET} compile -vv -o $@ ${ZKEVM_MODULES_FOR_REFERENCE_TESTS}

0 comments on commit f0572d9

Please sign in to comment.