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

#include <perms_addressing.hpp>

Static Public Attributes

static constexpr std::string_view NAME = "PERM_ADDRESSING_INDIRECT_FROM_MEMORY_6"
 
static constexpr std::string_view RELATION_NAME = "addressing"
 
static constexpr size_t COLUMNS_PER_SET = 6
 
static constexpr Column SRC_SELECTOR = Column::execution_sel_should_apply_indirection_6_
 
static constexpr Column DST_SELECTOR = Column::memory_sel_addressing_indirect_6_
 
static constexpr Column INVERSES = Column::perm_addressing_indirect_from_memory_6_inv
 
static constexpr std::array< ColumnAndShifts, COLUMNS_PER_SETSRC_COLUMNS
 
static constexpr std::array< ColumnAndShifts, COLUMNS_PER_SETDST_COLUMNS
 

Detailed Description

Definition at line 219 of file perms_addressing.hpp.

Member Data Documentation

◆ COLUMNS_PER_SET

constexpr size_t bb::avm2::perm_addressing_indirect_from_memory_6_settings_::COLUMNS_PER_SET = 6
staticconstexpr

Definition at line 222 of file perms_addressing.hpp.

◆ DST_COLUMNS

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

Definition at line 234 of file perms_addressing.hpp.

◆ DST_SELECTOR

constexpr Column bb::avm2::perm_addressing_indirect_from_memory_6_settings_::DST_SELECTOR = Column::memory_sel_addressing_indirect_6_
staticconstexpr

Definition at line 224 of file perms_addressing.hpp.

◆ INVERSES

constexpr Column bb::avm2::perm_addressing_indirect_from_memory_6_settings_::INVERSES = Column::perm_addressing_indirect_from_memory_6_inv
staticconstexpr

Definition at line 225 of file perms_addressing.hpp.

◆ NAME

constexpr std::string_view bb::avm2::perm_addressing_indirect_from_memory_6_settings_::NAME = "PERM_ADDRESSING_INDIRECT_FROM_MEMORY_6"
staticconstexpr

Definition at line 220 of file perms_addressing.hpp.

◆ RELATION_NAME

constexpr std::string_view bb::avm2::perm_addressing_indirect_from_memory_6_settings_::RELATION_NAME = "addressing"
staticconstexpr

Definition at line 221 of file perms_addressing.hpp.

◆ SRC_COLUMNS

constexpr std::array<ColumnAndShifts, COLUMNS_PER_SET> bb::avm2::perm_addressing_indirect_from_memory_6_settings_::SRC_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::precomputed_clk,
ColumnAndShifts::execution_context_id,
ColumnAndShifts::execution_op_after_relative_6_,
ColumnAndShifts::execution_rop_6_,
ColumnAndShifts::execution_rop_tag_6_,
ColumnAndShifts::precomputed_zero
}

Definition at line 226 of file perms_addressing.hpp.

◆ SRC_SELECTOR

constexpr Column bb::avm2::perm_addressing_indirect_from_memory_6_settings_::SRC_SELECTOR = Column::execution_sel_should_apply_indirection_6_
staticconstexpr

Definition at line 223 of file perms_addressing.hpp.


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