| 279 | } |
| 280 | |
| 281 | type InstructionDecoder3x8 struct { |
| 282 | decoder components.Decoder3x8 |
| 283 | selectorGates [8]circuit.ANDGate |
| 284 | bit0NOTGate circuit.NOTGate |
| 285 | } |
| 286 | |
| 287 | func NewInstructionDecoder3x8() *InstructionDecoder3x8 { |
| 288 | i := new(InstructionDecoder3x8) |
nothing calls this directly
no outgoing calls
no test coverage detected