Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
RAMTestParams< Builder_, TableSize_, NumReads_, NumWrites_, PerformConstantOps_ > Struct Template Reference

Public Types

using Builder = Builder_
 

Static Public Attributes

static constexpr size_t table_size = TableSize_
 
static constexpr size_t num_reads = NumReads_
 
static constexpr size_t num_writes = NumWrites_
 
static constexpr bool perform_constant_ops = PerformConstantOps_
 

Detailed Description

template<typename Builder_, size_t TableSize_, size_t NumReads_, size_t NumWrites_, bool PerformConstantOps_>
struct RAMTestParams< Builder_, TableSize_, NumReads_, NumWrites_, PerformConstantOps_ >

Definition at line 198 of file block_constraint.test.cpp.

Member Typedef Documentation

◆ Builder

template<typename Builder_ , size_t TableSize_, size_t NumReads_, size_t NumWrites_, bool PerformConstantOps_>
using RAMTestParams< Builder_, TableSize_, NumReads_, NumWrites_, PerformConstantOps_ >::Builder = Builder_

Definition at line 199 of file block_constraint.test.cpp.

Member Data Documentation

◆ num_reads

template<typename Builder_ , size_t TableSize_, size_t NumReads_, size_t NumWrites_, bool PerformConstantOps_>
constexpr size_t RAMTestParams< Builder_, TableSize_, NumReads_, NumWrites_, PerformConstantOps_ >::num_reads = NumReads_
staticconstexpr

Definition at line 201 of file block_constraint.test.cpp.

◆ num_writes

template<typename Builder_ , size_t TableSize_, size_t NumReads_, size_t NumWrites_, bool PerformConstantOps_>
constexpr size_t RAMTestParams< Builder_, TableSize_, NumReads_, NumWrites_, PerformConstantOps_ >::num_writes = NumWrites_
staticconstexpr

Definition at line 202 of file block_constraint.test.cpp.

◆ perform_constant_ops

template<typename Builder_ , size_t TableSize_, size_t NumReads_, size_t NumWrites_, bool PerformConstantOps_>
constexpr bool RAMTestParams< Builder_, TableSize_, NumReads_, NumWrites_, PerformConstantOps_ >::perform_constant_ops = PerformConstantOps_
staticconstexpr

Definition at line 203 of file block_constraint.test.cpp.

◆ table_size

template<typename Builder_ , size_t TableSize_, size_t NumReads_, size_t NumWrites_, bool PerformConstantOps_>
constexpr size_t RAMTestParams< Builder_, TableSize_, NumReads_, NumWrites_, PerformConstantOps_ >::table_size = TableSize_
staticconstexpr

Definition at line 200 of file block_constraint.test.cpp.


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