CIRCT 23.0.0git
Loading...
Searching...
No Matches
Public Attributes | List of all members
circt::NPNTable::Entry4 Struct Reference
Collaboration diagram for circt::NPNTable::Entry4:
Collaboration graph
[legend]

Public Attributes

uint16_t representative = 0
 
std::array< uint8_t, 4 > inputPermutation = {}
 
uint8_t inputNegation = 0
 
bool outputNegation = false
 

Detailed Description

Definition at line 176 of file TruthTable.h.

Member Data Documentation

◆ inputNegation

uint8_t circt::NPNTable::Entry4::inputNegation = 0

Definition at line 179 of file TruthTable.h.

Referenced by circt::NPNTable::NPNTable().

◆ inputPermutation

std::array<uint8_t, 4> circt::NPNTable::Entry4::inputPermutation = {}

Definition at line 178 of file TruthTable.h.

Referenced by circt::NPNTable::NPNTable().

◆ outputNegation

bool circt::NPNTable::Entry4::outputNegation = false

Definition at line 180 of file TruthTable.h.

Referenced by circt::NPNTable::NPNTable().

◆ representative

uint16_t circt::NPNTable::Entry4::representative = 0

Definition at line 177 of file TruthTable.h.

Referenced by circt::NPNTable::NPNTable().


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