8#include "../columns.hpp"
17 static constexpr std::string_view
NAME =
"PERM_DATA_COPY_MEM_WRITE";
23 static constexpr std::array<ColumnAndShifts, COLUMNS_PER_SET>
SRC_COLUMNS = {
24 ColumnAndShifts::data_copy_clk, ColumnAndShifts::data_copy_dst_context_id,
25 ColumnAndShifts::data_copy_dst_addr, ColumnAndShifts::data_copy_value,
26 ColumnAndShifts::precomputed_zero, ColumnAndShifts::data_copy_sel_mem_write
28 static constexpr std::array<ColumnAndShifts, COLUMNS_PER_SET>
DST_COLUMNS = {
29 ColumnAndShifts::memory_clk, ColumnAndShifts::memory_space_id, ColumnAndShifts::memory_address,
30 ColumnAndShifts::memory_value, ColumnAndShifts::memory_tag, ColumnAndShifts::memory_rw
35template <
typename FF_>
41 static constexpr std::string_view
NAME =
"PERM_DATA_COPY_MEM_READ";
47 static constexpr std::array<ColumnAndShifts, COLUMNS_PER_SET>
SRC_COLUMNS = {
48 ColumnAndShifts::data_copy_clk, ColumnAndShifts::data_copy_src_context_id,
49 ColumnAndShifts::data_copy_read_addr, ColumnAndShifts::data_copy_value,
50 ColumnAndShifts::precomputed_zero, ColumnAndShifts::precomputed_zero
52 static constexpr std::array<ColumnAndShifts, COLUMNS_PER_SET>
DST_COLUMNS = {
53 ColumnAndShifts::memory_clk, ColumnAndShifts::memory_space_id, ColumnAndShifts::memory_address,
54 ColumnAndShifts::memory_value, ColumnAndShifts::memory_tag, ColumnAndShifts::memory_rw
59template <
typename FF_>
This file contains the template for the generic permutation that can be specialized to enforce variou...
static constexpr Column DST_SELECTOR
static constexpr std::string_view NAME
static constexpr size_t COLUMNS_PER_SET
static constexpr std::array< ColumnAndShifts, COLUMNS_PER_SET > DST_COLUMNS
static constexpr Column SRC_SELECTOR
static constexpr Column INVERSES
static constexpr std::string_view RELATION_NAME
static constexpr std::array< ColumnAndShifts, COLUMNS_PER_SET > SRC_COLUMNS
static constexpr std::string_view NAME
static constexpr Column SRC_SELECTOR
static constexpr size_t COLUMNS_PER_SET
static constexpr std::array< ColumnAndShifts, COLUMNS_PER_SET > DST_COLUMNS
static constexpr std::array< ColumnAndShifts, COLUMNS_PER_SET > SRC_COLUMNS
static constexpr Column DST_SELECTOR
static constexpr std::string_view RELATION_NAME
static constexpr Column INVERSES