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

#include <lookups_to_radix_mem.hpp>

Static Public Attributes

static constexpr std::string_view NAME = "LOOKUP_TO_RADIX_MEM_WRITE_MEM"
 
static constexpr std::string_view RELATION_NAME = "to_radix_mem"
 
static constexpr size_t LOOKUP_TUPLE_SIZE = 6
 
static constexpr Column SRC_SELECTOR = Column::to_radix_mem_sel_should_exec
 
static constexpr Column DST_SELECTOR = Column::memory_sel
 
static constexpr Column COUNTS = Column::lookup_to_radix_mem_write_mem_counts
 
static constexpr Column INVERSES = Column::lookup_to_radix_mem_write_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 123 of file lookups_to_radix_mem.hpp.

Member Data Documentation

◆ COUNTS

constexpr Column bb::avm2::lookup_to_radix_mem_write_mem_settings_::COUNTS = Column::lookup_to_radix_mem_write_mem_counts
staticconstexpr

Definition at line 129 of file lookups_to_radix_mem.hpp.

◆ DST_COLUMNS

constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE> bb::avm2::lookup_to_radix_mem_write_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 136 of file lookups_to_radix_mem.hpp.

◆ DST_SELECTOR

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

Definition at line 128 of file lookups_to_radix_mem.hpp.

◆ INVERSES

constexpr Column bb::avm2::lookup_to_radix_mem_write_mem_settings_::INVERSES = Column::lookup_to_radix_mem_write_mem_inv
staticconstexpr

Definition at line 130 of file lookups_to_radix_mem.hpp.

◆ LOOKUP_TUPLE_SIZE

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

Definition at line 126 of file lookups_to_radix_mem.hpp.

◆ NAME

constexpr std::string_view bb::avm2::lookup_to_radix_mem_write_mem_settings_::NAME = "LOOKUP_TO_RADIX_MEM_WRITE_MEM"
staticconstexpr

Definition at line 124 of file lookups_to_radix_mem.hpp.

◆ RELATION_NAME

constexpr std::string_view bb::avm2::lookup_to_radix_mem_write_mem_settings_::RELATION_NAME = "to_radix_mem"
staticconstexpr

Definition at line 125 of file lookups_to_radix_mem.hpp.

◆ SRC_COLUMNS

constexpr std::array<ColumnAndShifts, LOOKUP_TUPLE_SIZE> bb::avm2::lookup_to_radix_mem_write_mem_settings_::SRC_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::to_radix_mem_execution_clk, ColumnAndShifts::to_radix_mem_dst_addr,
ColumnAndShifts::to_radix_mem_output_limb_value, ColumnAndShifts::to_radix_mem_output_tag,
ColumnAndShifts::to_radix_mem_space_id, ColumnAndShifts::to_radix_mem_sel_should_exec
}

Definition at line 131 of file lookups_to_radix_mem.hpp.

◆ SRC_SELECTOR

constexpr Column bb::avm2::lookup_to_radix_mem_write_mem_settings_::SRC_SELECTOR = Column::to_radix_mem_sel_should_exec
staticconstexpr

Definition at line 127 of file lookups_to_radix_mem.hpp.


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