|
CIRCT 23.0.0git
|

Public Attributes | |
| uint16_t | representative = 0 |
| std::array< uint8_t, 4 > | inputPermutation = {} |
| uint8_t | inputNegation = 0 |
| bool | outputNegation = false |
Definition at line 176 of file TruthTable.h.
| uint8_t circt::NPNTable::Entry4::inputNegation = 0 |
Definition at line 179 of file TruthTable.h.
Referenced by circt::NPNTable::NPNTable().
| std::array<uint8_t, 4> circt::NPNTable::Entry4::inputPermutation = {} |
Definition at line 178 of file TruthTable.h.
Referenced by circt::NPNTable::NPNTable().
| bool circt::NPNTable::Entry4::outputNegation = false |
Definition at line 180 of file TruthTable.h.
Referenced by circt::NPNTable::NPNTable().
| uint16_t circt::NPNTable::Entry4::representative = 0 |
Definition at line 177 of file TruthTable.h.
Referenced by circt::NPNTable::NPNTable().