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

#include <perms_data_copy.hpp>

Static Public Attributes

static constexpr std::string_view NAME = "PERM_DATA_COPY_DISPATCH_RD_COPY"
 
static constexpr std::string_view RELATION_NAME = "data_copy"
 
static constexpr size_t COLUMNS_PER_SET = 10
 
static constexpr Column SRC_SELECTOR = Column::execution_sel_execute_returndata_copy
 
static constexpr Column DST_SELECTOR = Column::data_copy_sel_rd_copy_start
 
static constexpr Column INVERSES = Column::perm_data_copy_dispatch_rd_copy_inv
 
static constexpr std::array< ColumnAndShifts, COLUMNS_PER_SETSRC_COLUMNS
 
static constexpr std::array< ColumnAndShifts, COLUMNS_PER_SETDST_COLUMNS
 

Detailed Description

Definition at line 56 of file perms_data_copy.hpp.

Member Data Documentation

◆ COLUMNS_PER_SET

constexpr size_t bb::avm2::perm_data_copy_dispatch_rd_copy_settings_::COLUMNS_PER_SET = 10
staticconstexpr

Definition at line 59 of file perms_data_copy.hpp.

◆ DST_COLUMNS

constexpr std::array<ColumnAndShifts, COLUMNS_PER_SET> bb::avm2::perm_data_copy_dispatch_rd_copy_settings_::DST_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::data_copy_clk,
ColumnAndShifts::data_copy_src_context_id,
ColumnAndShifts::data_copy_dst_context_id,
ColumnAndShifts::data_copy_copy_size,
ColumnAndShifts::data_copy_offset,
ColumnAndShifts::data_copy_dst_addr,
ColumnAndShifts::data_copy_src_addr,
ColumnAndShifts::data_copy_src_data_size,
ColumnAndShifts::data_copy_sel_rd_copy,
ColumnAndShifts::data_copy_err
}

Definition at line 75 of file perms_data_copy.hpp.

◆ DST_SELECTOR

constexpr Column bb::avm2::perm_data_copy_dispatch_rd_copy_settings_::DST_SELECTOR = Column::data_copy_sel_rd_copy_start
staticconstexpr

Definition at line 61 of file perms_data_copy.hpp.

◆ INVERSES

constexpr Column bb::avm2::perm_data_copy_dispatch_rd_copy_settings_::INVERSES = Column::perm_data_copy_dispatch_rd_copy_inv
staticconstexpr

Definition at line 62 of file perms_data_copy.hpp.

◆ NAME

constexpr std::string_view bb::avm2::perm_data_copy_dispatch_rd_copy_settings_::NAME = "PERM_DATA_COPY_DISPATCH_RD_COPY"
staticconstexpr

Definition at line 57 of file perms_data_copy.hpp.

◆ RELATION_NAME

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

Definition at line 58 of file perms_data_copy.hpp.

◆ SRC_COLUMNS

constexpr std::array<ColumnAndShifts, COLUMNS_PER_SET> bb::avm2::perm_data_copy_dispatch_rd_copy_settings_::SRC_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::precomputed_clk,
ColumnAndShifts::execution_last_child_id,
ColumnAndShifts::execution_context_id,
ColumnAndShifts::execution_register_0_,
ColumnAndShifts::execution_register_1_,
ColumnAndShifts::execution_rop_2_,
ColumnAndShifts::execution_last_child_returndata_addr,
ColumnAndShifts::execution_last_child_returndata_size,
ColumnAndShifts::execution_sel_execute_returndata_copy,
ColumnAndShifts::execution_sel_opcode_error
}

Definition at line 63 of file perms_data_copy.hpp.

◆ SRC_SELECTOR

constexpr Column bb::avm2::perm_data_copy_dispatch_rd_copy_settings_::SRC_SELECTOR = Column::execution_sel_execute_returndata_copy
staticconstexpr

Definition at line 60 of file perms_data_copy.hpp.


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