You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because the accumulator update equation applies the next operator to the tuple sent by the bus, so we get errors like: Double application of "'" on: main_binary::operation_id
The text was updated successfully, but these errors were encountered:
Currently, when we run the Goldilocks RISC-V machine with `--linker-mode
bus` results in:
`Double application of "'" on: main_binary::operation_id` because of
#2140. This PR hot-fixes it, so we can run benchmarks using the bus.
Only adds 3 witness columns (1 in binary, 2 in shift).
Currently, when we run the Goldilocks RISC-V machine with `--linker-mode
bus` results in:
`Double application of "'" on: main_binary::operation_id` because of
#2140. This PR hot-fixes it, so we can run benchmarks using the bus.
Only adds 3 witness columns (1 in binary, 2 in shift).
Currently, when we run the Goldilocks RISC-V machine with `--linker-mode
bus` results in:
`Double application of "'" on: main_binary::operation_id` because of
#2140. This PR hot-fixes it, so we can run benchmarks using the bus.
Only adds 3 witness columns (1 in binary, 2 in shift).
This is because the accumulator update equation applies the next operator to the tuple sent by the bus, so we get errors like:
Double application of "'" on: main_binary::operation_id
The text was updated successfully, but these errors were encountered: