|
This post was updated on .
to solve the Mux4way16, i first created this switch:
[CODE REMOVED by poster]
}
Then, to create the Mux4Way16 I connected this ^ device's 4 single outputs to four, AND16-gates, with the 4 data buses, respectively: here is the resulting verbose code(successful):
[CODE REMOVED by poster]
}
How do I more concisely say "hook up select0, to each line in the b-bus"? I couldn't get b=select0 or b[0]..b[15]=select0 to work, because select0 is a single line, not a 16-bit bus.
|