Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

I'm trying to make a mux in logicworks. I was already able to make a simple one. But now I'm trying to make one that has lots of pins. There will be two sets of 32 pins for the input, a select pin, and 32 pins for the output. Is there some way I can make this simpler than having 97 pins on the outside, maybe by using buses?

share|improve this question

1 Answer

You probably want to use a bus. A bus combines multiple wires into one larger 'wire' / array. See this question for adding buses to a custom part.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.