Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
luffykai committed Oct 10, 2024
1 parent 5aed323 commit b16146e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vm/src/arch/adapters/rv32_heap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ impl<T: AbstractField, const READ_SIZE: usize, const WRITE_SIZE: usize> MachineA
}

pub struct Rv32HeapAdapterCols<T, const READ_SIZE: usize, const WRITE_SIZE: usize> {
// TODO: we should save on address space as register is 1, and the data is fixed for all (e = 2).
pub read_aux: [Rv32RegisterHeapReadAuxCols<T, READ_SIZE>; 2],
pub write_aux: Rv32RegisterHeapWriteAuxCols<T, WRITE_SIZE>,
pub read_addresses: [HeapAddress<T, T>; 2],
Expand Down

0 comments on commit b16146e

Please sign in to comment.