Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

19 input XOR gate with 2 input XOR

Status
Not open for further replies.

kris2552

Newbie level 4
Joined
May 12, 2008
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,323
hi Guys,

Could anybody please tell me how to implement a 19 input xor gate with 2 input xor gates?

Thank you.
 

If timing plays any role in the application, a binary tree would be used most likely.
 

Thank you very much guys. That was useful.
 

hi
u can implement in two ways

1. in first stage 2 inputs are given as input the left out input will be added to 2nd stage like that u can draw until u reach to the end with single output.

2. apply first two inputs to first xor gate out put of this gate is combined with new input for next level xor gate. continue this untill u reach the end
 
You can genneralize the last process.

For Odds inputs, n_input = (Odds % 2) inputs are for 2 xor input level.
The remaining input IN, must be use for the second xor level. The seconds level is now even.
In this case the number of 2-xor imput are exactly (n_input + IN / 2).... and so on ....
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top