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

Struct XORer

components/components.go:324–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324type XORer struct {
325 inputs [arch.BUS_WIDTH * 2]circuit.Wire
326 gates [arch.BUS_WIDTH]circuit.XORGate
327 outputs [arch.BUS_WIDTH]circuit.Wire
328 next Component
329}
330
331func NewXORer() *XORer {
332 o := new(XORer)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected