2. Let's create a module that defines a 4:1 mux by instantiating three 2:1 muxes. Assume the modu...
2. Let’s create a module that defines a 4:1 mux by instantiating
three 2:1 muxes. Assume the module we are going to instantiate has
the interface definition:
(a) First, write the code that would go inside the module
defined above.
(b) Now define the interface for your 4:1 mux. You can call the
module anything you want and use any variable names you want. But
think about how many inputs you’ll need.
(c) Now instantiate three instances of the 2:1...