MCPcopy Create free account
hub / github.com/djhworld/simple-computer / Decoder3x8

Struct Decoder3x8

components/decoders.go:51–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51type Decoder3x8 struct {
52 inputA circuit.Wire
53 inputB circuit.Wire
54 inputC circuit.Wire
55
56 notGates [3]circuit.NOTGate
57 andGates [8]ANDGate3
58 outputs [8]circuit.Wire
59}
60
61func NewDecoder3x8() *Decoder3x8 {
62 d := new(Decoder3x8)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected