4-way XOR gate

  • yew101
    15th Nov 2010 Member 0 Permalink
    Hi guys, ima posting again! but not on same subject of course
    this time i need a 4-way XOR gate if it is possible to go along with this Ram/Porcessor thing:
    LoadSaveBlock(51631);
    i would greatly appreciate any1 who could make this for me, since it would be VERY USEFUL!
    I could easily make 1 but it would be huge and half made of walls
    XOR PROPERTIES:
    Y=conduct
    N=doesnt conduct

    A=Y
    B=Y
    C=Y
    D=Y
    A+B=Y
    A+C==Y
    A+D==Y
    B+C==Y
    B+D==Y
    C+D==Y
    A+B+C=N
    A+B+D=N
    A+C+D=N
    B+C+D=N
    A+B+C+D=N

    i think that covers it,
    basically if there is 1 or 2 sparked it will conduct,
    if more it will not conduct.
    if this is 2 hard can it at least be only if theres one sparked.
    And i need it small, around the size of devast8a's XOR gate, if its a bt bigger then it will do but it cannot be large please.
    Thank you, Yew101
  • alexthesax
    15th Nov 2010 Member 0 Permalink
    Here is one I just slapped together.
    LoadSaveBlock(51647);
  • yew101
    15th Nov 2010 Member 0 Permalink
    nice, tyvm i will put ur name in the creation after i implement it.
  • alexthesax
    15th Nov 2010 Member 0 Permalink
    I would suggest that you download it again, it was a bit defective, the new one works 100% I believe