We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 877a750 commit c9df95bCopy full SHA for c9df95b
extensions/memcpy/circuit/src/iteration.rs
@@ -263,6 +263,12 @@ impl<AB: InteractionBuilder> Air<AB> for MemcpyIterAir {
263
// Receive message from memcpy bus or send message to it
264
// The last data is shift if is_boundary = -1, and 4 if is_boundary = 1
265
// This actually receives when is_boundary = -1
266
+
267
+ /*
268
+ data mismatched along memcpy bus, local.source value?
269
+ we only send if is_boundary = -1 or 1
270
+ start or end
271
+ */
272
self.memcpy_bus
273
.send(
274
local.timestamp
0 commit comments