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

#include <perms_data_copy.hpp>

Static Public Attributes

static constexpr std::string_view NAME = "PERM_DATA_COPY_MEM_WRITE"
 
static constexpr std::string_view RELATION_NAME = "data_copy"
 
static constexpr size_t COLUMNS_PER_SET = 6
 
static constexpr Column SRC_SELECTOR = Column::data_copy_sel_mem_write
 
static constexpr Column DST_SELECTOR = Column::memory_sel_data_copy_write
 
static constexpr Column INVERSES = Column::perm_data_copy_mem_write_inv
 
static constexpr std::array< ColumnAndShifts, COLUMNS_PER_SETSRC_COLUMNS
 
static constexpr std::array< ColumnAndShifts, COLUMNS_PER_SETDST_COLUMNS
 

Detailed Description

Definition at line 16 of file perms_data_copy.hpp.

Member Data Documentation

◆ COLUMNS_PER_SET

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

Definition at line 19 of file perms_data_copy.hpp.

◆ DST_COLUMNS

constexpr std::array<ColumnAndShifts, COLUMNS_PER_SET> bb::avm2::perm_data_copy_mem_write_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 28 of file perms_data_copy.hpp.

◆ DST_SELECTOR

constexpr Column bb::avm2::perm_data_copy_mem_write_settings_::DST_SELECTOR = Column::memory_sel_data_copy_write
staticconstexpr

Definition at line 21 of file perms_data_copy.hpp.

◆ INVERSES

constexpr Column bb::avm2::perm_data_copy_mem_write_settings_::INVERSES = Column::perm_data_copy_mem_write_inv
staticconstexpr

Definition at line 22 of file perms_data_copy.hpp.

◆ NAME

constexpr std::string_view bb::avm2::perm_data_copy_mem_write_settings_::NAME = "PERM_DATA_COPY_MEM_WRITE"
staticconstexpr

Definition at line 17 of file perms_data_copy.hpp.

◆ RELATION_NAME

constexpr std::string_view bb::avm2::perm_data_copy_mem_write_settings_::RELATION_NAME = "data_copy"
staticconstexpr

Definition at line 18 of file perms_data_copy.hpp.

◆ SRC_COLUMNS

constexpr std::array<ColumnAndShifts, COLUMNS_PER_SET> bb::avm2::perm_data_copy_mem_write_settings_::SRC_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::data_copy_clk, ColumnAndShifts::data_copy_dst_context_id,
ColumnAndShifts::data_copy_dst_addr, ColumnAndShifts::data_copy_value,
ColumnAndShifts::precomputed_zero, ColumnAndShifts::data_copy_sel_mem_write
}

Definition at line 23 of file perms_data_copy.hpp.

◆ SRC_SELECTOR

constexpr Column bb::avm2::perm_data_copy_mem_write_settings_::SRC_SELECTOR = Column::data_copy_sel_mem_write
staticconstexpr

Definition at line 20 of file perms_data_copy.hpp.


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