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