Sections

Multiplexers

Multiplexers are combinatorial cells.
  • One output is the function of several inputs (usually 2^n) and n-bit selector.
  • The selector controls which of inputs is propagated to the output.
The multiplexer itself is composed of simple gates.

For example:
  multiplexer 2 to 1 is composed of ~ 4 NAND gates.

It's possible to use case statement or if statements as well for Verilog description.


Sign in  |  Terms  |  Report Abuse  |  Print page  |  Powered by Google Sites