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

#include <perms_ecc_mem.hpp>

Static Public Attributes

static constexpr std::string_view NAME = "PERM_ECC_MEM_WRITE_MEM_1"
 
static constexpr std::string_view RELATION_NAME = "ecc_mem"
 
static constexpr size_t COLUMNS_PER_SET = 6
 
static constexpr Column SRC_SELECTOR = Column::ecc_add_mem_sel_should_exec
 
static constexpr Column DST_SELECTOR = Column::memory_sel_ecc_write_1_
 
static constexpr Column INVERSES = Column::perm_ecc_mem_write_mem_1_inv
 
static constexpr std::array< ColumnAndShifts, COLUMNS_PER_SETSRC_COLUMNS
 
static constexpr std::array< ColumnAndShifts, COLUMNS_PER_SETDST_COLUMNS
 

Detailed Description

Definition at line 40 of file perms_ecc_mem.hpp.

Member Data Documentation

◆ COLUMNS_PER_SET

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

Definition at line 43 of file perms_ecc_mem.hpp.

◆ DST_COLUMNS

constexpr std::array<ColumnAndShifts, COLUMNS_PER_SET> bb::avm2::perm_ecc_mem_write_mem_1_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 52 of file perms_ecc_mem.hpp.

◆ DST_SELECTOR

constexpr Column bb::avm2::perm_ecc_mem_write_mem_1_settings_::DST_SELECTOR = Column::memory_sel_ecc_write_1_
staticconstexpr

Definition at line 45 of file perms_ecc_mem.hpp.

◆ INVERSES

constexpr Column bb::avm2::perm_ecc_mem_write_mem_1_settings_::INVERSES = Column::perm_ecc_mem_write_mem_1_inv
staticconstexpr

Definition at line 46 of file perms_ecc_mem.hpp.

◆ NAME

constexpr std::string_view bb::avm2::perm_ecc_mem_write_mem_1_settings_::NAME = "PERM_ECC_MEM_WRITE_MEM_1"
staticconstexpr

Definition at line 41 of file perms_ecc_mem.hpp.

◆ RELATION_NAME

constexpr std::string_view bb::avm2::perm_ecc_mem_write_mem_1_settings_::RELATION_NAME = "ecc_mem"
staticconstexpr

Definition at line 42 of file perms_ecc_mem.hpp.

◆ SRC_COLUMNS

constexpr std::array<ColumnAndShifts, COLUMNS_PER_SET> bb::avm2::perm_ecc_mem_write_mem_1_settings_::SRC_COLUMNS
staticconstexpr
Initial value:
= {
ColumnAndShifts::ecc_add_mem_execution_clk, ColumnAndShifts::ecc_add_mem_space_id,
ColumnAndShifts::ecc_add_mem_dst_addr_1_, ColumnAndShifts::ecc_add_mem_res_y,
ColumnAndShifts::precomputed_zero, ColumnAndShifts::ecc_add_mem_sel_should_exec
}

Definition at line 47 of file perms_ecc_mem.hpp.

◆ SRC_SELECTOR

constexpr Column bb::avm2::perm_ecc_mem_write_mem_1_settings_::SRC_SELECTOR = Column::ecc_add_mem_sel_should_exec
staticconstexpr

Definition at line 44 of file perms_ecc_mem.hpp.


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