|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <memory_event.hpp>
Public Member Functions | |
| bool | operator< (MemoryEvent const &other) const |
| A comparator to be used by sorting algorithm (std::sort()). We sort first by ascending space_id, followed by address, then by clk and finally read/write. | |
Public Attributes | |
| uint32_t | execution_clk |
| MemoryMode | mode |
| MemoryAddress | addr |
| MemoryValue | value |
| uint16_t | space_id |
Definition at line 14 of file memory_event.hpp.
| bool bb::avm2::simulation::MemoryEvent::operator< | ( | MemoryEvent const & | other | ) | const |
A comparator to be used by sorting algorithm (std::sort()). We sort first by ascending space_id, followed by address, then by clk and finally read/write.
Definition at line 8 of file memory_event.cpp.
| MemoryAddress bb::avm2::simulation::MemoryEvent::addr |
Definition at line 17 of file memory_event.hpp.
| uint32_t bb::avm2::simulation::MemoryEvent::execution_clk |
Definition at line 15 of file memory_event.hpp.
| MemoryMode bb::avm2::simulation::MemoryEvent::mode |
Definition at line 16 of file memory_event.hpp.
| uint16_t bb::avm2::simulation::MemoryEvent::space_id |
Definition at line 19 of file memory_event.hpp.
| MemoryValue bb::avm2::simulation::MemoryEvent::value |
Definition at line 18 of file memory_event.hpp.