Hello all,
I'm trying to figure out how I'm going to implement this MUX in verilog. (See figure)
How do I implement a MUX that has 8 inputs and 8 outputs?
See the other figure attached for my verilog code up to now.
The one portion of my code that I'm unsure about is the case statement. Does evaluate the binary value of S? If not, how can I code it so I can make the connections of each set of inputs to each set of outputs?
I have to write the rest of the verilog code to implement this whole schematic so I'm a little confused on how to start the main module as well.
Any help?
EDIT: I've attached my attempt at the "main" module for this circuit as well.
I'm trying to figure out how I'm going to implement this MUX in verilog. (See figure)
How do I implement a MUX that has 8 inputs and 8 outputs?
See the other figure attached for my verilog code up to now.
The one portion of my code that I'm unsure about is the case statement. Does evaluate the binary value of S? If not, how can I code it so I can make the connections of each set of inputs to each set of outputs?
I have to write the rest of the verilog code to implement this whole schematic so I'm a little confused on how to start the main module as well.
Any help?
EDIT: I've attached my attempt at the "main" module for this circuit as well.
Attachments
-
69.3 KB Views: 26
-
126.7 KB Views: 43
-
145.3 KB Views: 43
Last edited: