Skip to content

Commit

Permalink
update counters again
Browse files Browse the repository at this point in the history
  • Loading branch information
zkronos73 committed Feb 11, 2024
1 parent d3bbb56 commit b83dadf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions counters/countersConstants.zkasm
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ CONST %OPCALLDATALOAD_CNT_PADDING_PG = 0 + %SHLARITH_CNT_PADDING_PG + %SHRARITH_
CONST %OPCALLDATALOAD_CNT_POSEIDON_G = 0 + %SHLARITH_CNT_POSEIDON_G + %SHRARITH_CNT_POSEIDON_G + %DIVARITH_CNT_POSEIDON_G
; opCALLDATACOPY - COMPLEX - hardcoded values at test
CONST %OPCALLDATACOPY_STEP = 500
CONST %OPCALLDATACOPY_CNT_BINARY = 11
CONST %OPCALLDATACOPY_CNT_BINARY = 8
CONST %OPCALLDATACOPY_CNT_ARITH = 2
CONST %OPCALLDATACOPY_CNT_KECCAK_F = 0
CONST %OPCALLDATACOPY_CNT_MEM_ALIGN = 4
Expand Down Expand Up @@ -273,15 +273,15 @@ CONST %OPCALLCODE_CNT_PADDING_PG = 0
CONST %OPCALLCODE_CNT_POSEIDON_G = 10
; opRETURN - COMPLEX - hardcoded values at test
CONST %OPRETURN_STEP = 700
CONST %OPRETURN_CNT_BINARY = 21
CONST %OPRETURN_CNT_BINARY = 15
CONST %OPRETURN_CNT_ARITH = 5
CONST %OPRETURN_CNT_KECCAK_F = 0
CONST %OPRETURN_CNT_MEM_ALIGN = 5
CONST %OPRETURN_CNT_PADDING_PG = 0
CONST %OPRETURN_CNT_POSEIDON_G = 0
; opREVERT - COMPLEX - hardcoded values at test
CONST %OPREVERT_STEP = 700
CONST %OPREVERT_CNT_BINARY = 21
CONST %OPREVERT_CNT_BINARY = 15
CONST %OPREVERT_CNT_ARITH = 5
CONST %OPREVERT_CNT_KECCAK_F = 0
CONST %OPREVERT_CNT_MEM_ALIGN = 5
Expand Down

0 comments on commit b83dadf

Please sign in to comment.