Home
  • Home
  • Features
    • UML Object Diagrams
    • UML Statechart Diagrams
    • HDL Code Generation
  • Demos
    • Screencasts
    • Source Code
  • Support
    • Documentation
    • Screencasts
    • Customer Support
  • Try
  • Buy
  • Company
    • About
    • Services
    • Contact
  • QuickStart
  • Diagrams
    • Diagram UML View
    • Diagram HDL View
    • UML State Diagram
  • Dialogs
    • Add Input Pad Dialog
    • Add Output Pad Dialog
    • Add InOut Pad Dialog
    • Add State Input Dialog
    • Add State Output Dialog
    • Add Constant Dialog
    • Add Alias Dialog
    • Edit Comments Dialog
    • Expression Editor
  • Palettes
    • UML State Palette
    • UML Classes Palette
    • UML Documents Palette
    • HDL Palette
  • Properties Editors
    • Document Properties Editor
    • UML Object Properties Editor
  • Panels
    • Generation Console Tab
    • Navigator
    • Overview
  • UML Classes
    • BarrelShifter
    • Comparator
    • Counter
    • Decoder
    • Encoder
    • Johnson Counter
    • Latch
    • LFSR
    • Multiplexer
    • Parity
    • Register
    • Shift Register
Home | Documentation | UML Classes

Multiplexer

 Multiplexer

Function

Selectively passes one of multiple inputs to the output.

Notation

"D_ADDR" = value of input D port addressed by binary value on Addr port.

Parameters

Name

Description

DATA_WIDTH

Width of the input and output ports.

ADDR_WIDTH

Width of the Address port - There are (2**ADDR_WIDTH) input ports.

Tagged Values

Name

Variants

Registered

No, Yes

Enable

UnUsed, Used

Inputs

Name

Width

Condition

Description

D_0.....D_n

DATA_WIDTH

None

There are (2**ADDR_WIDTH) D_n ports.

Addr

ADDR_WIDTH

None

Address that selects input port.

Enable

 

Registered = No

if(Enable) Y = D_ADDR; else Y=0;

ClockEn

 

Registered = Yes

if (ClockEn) Qt = D_ADDR; else Qt = Qt-1

 Outputs

Name

Width

Condition

Description

Y

DATA_WIDTH

Registered = No

D_ADDR

Q

DATA_WIDTH

Registered = Yes

D_ADDR

 

‹ LFSR up Parity ›

© Copyright 2009 Techniprise Inc. All rights reserved.