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

Method GetOutputWire

components/decoders.go:140–142  ·  view source on GitHub ↗
(index int)

Source from the content-addressed store, hash-verified

138}
139
140func (d *Decoder4x16) GetOutputWire(index int) bool {
141 return d.outputs[index].Get()
142}
143
144func (d *Decoder4x16) Update(inputA, inputB, inputC, inputD bool) {
145 // https://www.elprocus.com/designing-4-to-16-decoder-using-3-to-8-decoder/

Callers

nothing calls this directly

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected