Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::lookup_emit_unencrypted_log_read_mem_settings_ Struct Reference

#include <lookups_emit_unencrypted_log.hpp>

Static Public Attributes

static constexpr std::string_view NAME = "LOOKUP_EMIT_UNENCRYPTED_LOG_READ_MEM"
 
static constexpr std::string_view RELATION_NAME = "emit_unencrypted_log"
 
static constexpr size_t LOOKUP_TUPLE_SIZE = 6
 
static constexpr Column SRC_SELECTOR = Column::emit_unencrypted_log_sel_should_read_memory
 
static constexpr Column DST_SELECTOR = Column::memory_sel
 
static constexpr Column COUNTS = Column::lookup_emit_unencrypted_log_read_mem_counts
 
static constexpr Column INVERSES = Column::lookup_emit_unencrypted_log_read_mem_inv
 
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZESRC_COLUMNS
 
static constexpr std::array< ColumnAndShifts, LOOKUP_TUPLE_SIZEDST_COLUMNS
 

Detailed Description

Definition at line 68 of file lookups_emit_unencrypted_log.hpp.

Member Data Documentation

◆ COUNTS

constexpr Column bb::avm2::lookup_emit_unencrypted_log_read_mem_settings_::COUNTS = Column::lookup_emit_unencrypted_log_read_mem_counts
staticconstexpr

Definition at line 74 of file lookups_emit_unencrypted_log.hpp.

◆ DST_COLUMNS

constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE> bb::avm2::lookup_emit_unencrypted_log_read_mem_settings_::DST_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::memory_clk, ColumnAndShifts::memory_address, ColumnAndShifts::memory_value,
ColumnAndShifts::memory_tag, ColumnAndShifts::memory_space_id, ColumnAndShifts::memory_rw
}

Definition at line 81 of file lookups_emit_unencrypted_log.hpp.

◆ DST_SELECTOR

constexpr Column bb::avm2::lookup_emit_unencrypted_log_read_mem_settings_::DST_SELECTOR = Column::memory_sel
staticconstexpr

Definition at line 73 of file lookups_emit_unencrypted_log.hpp.

◆ INVERSES

constexpr Column bb::avm2::lookup_emit_unencrypted_log_read_mem_settings_::INVERSES = Column::lookup_emit_unencrypted_log_read_mem_inv
staticconstexpr

Definition at line 75 of file lookups_emit_unencrypted_log.hpp.

◆ LOOKUP_TUPLE_SIZE

constexpr size_t bb::avm2::lookup_emit_unencrypted_log_read_mem_settings_::LOOKUP_TUPLE_SIZE = 6
staticconstexpr

Definition at line 71 of file lookups_emit_unencrypted_log.hpp.

◆ NAME

constexpr std::string_view bb::avm2::lookup_emit_unencrypted_log_read_mem_settings_::NAME = "LOOKUP_EMIT_UNENCRYPTED_LOG_READ_MEM"
staticconstexpr

Definition at line 69 of file lookups_emit_unencrypted_log.hpp.

◆ RELATION_NAME

constexpr std::string_view bb::avm2::lookup_emit_unencrypted_log_read_mem_settings_::RELATION_NAME = "emit_unencrypted_log"
staticconstexpr

Definition at line 70 of file lookups_emit_unencrypted_log.hpp.

◆ SRC_COLUMNS

constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE> bb::avm2::lookup_emit_unencrypted_log_read_mem_settings_::SRC_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::emit_unencrypted_log_execution_clk, ColumnAndShifts::emit_unencrypted_log_log_address,
ColumnAndShifts::emit_unencrypted_log_value, ColumnAndShifts::emit_unencrypted_log_tag,
ColumnAndShifts::emit_unencrypted_log_space_id, ColumnAndShifts::precomputed_zero
}

Definition at line 76 of file lookups_emit_unencrypted_log.hpp.

◆ SRC_SELECTOR

constexpr Column bb::avm2::lookup_emit_unencrypted_log_read_mem_settings_::SRC_SELECTOR = Column::emit_unencrypted_log_sel_should_read_memory
staticconstexpr

Definition at line 72 of file lookups_emit_unencrypted_log.hpp.


The documentation for this struct was generated from the following file: