How to use AMuxHw?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

Hello, members.

I would like to implement I / O logic as shown in the attached file using AMuxHw, but I don't know.

Please tell me how to make it.

※In the attached file, Input_ 0 is output when Selection Input is 0, and Input_ 1 is output when Selection Input is 1, but the reverse is okay.

Best Regards

0 Likes
1 Solution
RodolfoGL
Employee
Employee
250 solutions authored 250 sign-ins 5 comments on KBA

Hi,

The AMuxHW requires a selection input that is based on the number of inputs. If you have two inputs, that means you need only 1 bit:

0 - Input 0

1 - Input 1

Note that the AMuxHW will short the output with one of the inputs.

If your Input_0 and Input_1 are digital signals, you might want to use logic gates instead of AMuxHW. That's for analog signals.

View solution in original post

0 Likes
2 Replies
RodolfoGL
Employee
Employee
250 solutions authored 250 sign-ins 5 comments on KBA

Hi,

The AMuxHW requires a selection input that is based on the number of inputs. If you have two inputs, that means you need only 1 bit:

0 - Input 0

1 - Input 1

Note that the AMuxHW will short the output with one of the inputs.

If your Input_0 and Input_1 are digital signals, you might want to use logic gates instead of AMuxHW. That's for analog signals.

0 Likes
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

Thank you for your reply.
I would like to ask you about the following case.

Input channel:5

Mode:Switch

Mux Type:Single

The data sheet says "Select lines are one per channel".

However, when increasing the number of input channels, the number of Select lines does not increase on Top Design.

(Please refer to the attached file)

Best Regards

0 Likes