#include <execution_trace_block.hpp>
|
| std::array< std::array< uint32_t, GATE_TILE_SIZE >, NUM_WIRES > | wires {} |
| |
| std::array< FF, GATE_TILE_SIZE > | q_m {} |
| |
| std::array< FF, GATE_TILE_SIZE > | q_c {} |
| |
| std::array< FF, GATE_TILE_SIZE > | q_1 {} |
| |
| std::array< FF, GATE_TILE_SIZE > | q_2 {} |
| |
| std::array< FF, GATE_TILE_SIZE > | q_3 {} |
| |
| std::array< FF, GATE_TILE_SIZE > | q_4 {} |
| |
| std::array< FF, GATE_TILE_SIZE > | q_5 {} |
| |
| std::array< FF, GATE_TILE_SIZE > | gate_value {} |
| |
| std::array< GateKind, GATE_TILE_SIZE > | gate_kind {} |
| |
template<typename
FF, size_t NUM_WIRES>
struct bb::GateTile< FF, NUM_WIRES >
Definition at line 100 of file execution_trace_block.hpp.
◆ gate_selector_or_zero()
template<typename
FF , size_t NUM_WIRES>
◆ operator==()
template<typename
FF , size_t NUM_WIRES>
◆ gate_kind
template<typename
FF , size_t NUM_WIRES>
◆ gate_value
template<typename
FF , size_t NUM_WIRES>
◆ q_1
template<typename
FF , size_t NUM_WIRES>
◆ q_2
template<typename
FF , size_t NUM_WIRES>
◆ q_3
template<typename
FF , size_t NUM_WIRES>
◆ q_4
template<typename
FF , size_t NUM_WIRES>
◆ q_5
template<typename
FF , size_t NUM_WIRES>
◆ q_c
template<typename
FF , size_t NUM_WIRES>
◆ q_m
template<typename
FF , size_t NUM_WIRES>
◆ wires
template<typename
FF , size_t NUM_WIRES>
| std::array<std::array<uint32_t, GATE_TILE_SIZE>, NUM_WIRES> bb::GateTile< FF, NUM_WIRES >::wires {} |
The documentation for this struct was generated from the following file: