Page 1 of 2 12 LastLast
Results 1 to 15 of 29
  1. #1
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad

    I just spent five hours building this...

    A 4 bit full adder circuit :O My very first useful digital circuit.

    The schematic is really messy, I didn't spend a lot of time making it neat, and it probably has a bit of mistakes when I translated the expressions over to the schematic.

    Really, it shouldn't take longer than 30 minutes to design this, I just haven't done it before so o.o

    Last edited by radnomguywfq3; 11-01-2012 at 12:03 AM.



    There are two types of tragedies in life. One is not getting what you want, the other is getting it.

    If you wake up at a different time in a different place, could you wake up as a different person?


  2. #2
    Dreamer's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Seattle
    Posts
    8,745
    Reputation
    393
    Thanks
    1,481
    My Mood
    Bitchy
    Are you becoming a electronics engineer or something? Looks confusing to me.
    Resource Team: Feb/5/2012 - May/5/2012
    Middleman: April/25/2012 - September/16/12


  3. #3
    noob555's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    o.O
    Posts
    8,235
    Reputation
    511
    Thanks
    1,231
    what's the round line under the or gate?

  4. #4
    Arhk's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Engineering
    Posts
    3,618
    Reputation
    35
    Thanks
    217
    My Mood
    Amused
    Any type of engineering you do, you have to cover electricity stuff.
    ~
    "If the world hates you, keep in mind that it hated me first." John 15:18

  5. #5
    Instrumental's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    Global
    Posts
    1,220
    Reputation
    59
    Thanks
    833
    My Mood
    Cheerful
    i think itz Boolean algebra and the structure seems like combination of AND, OR n NOR gates.
    not sure though.

  6. #6
    bowlcut's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    ثلاثة أقدام إلى
    Posts
    6,348
    Reputation
    1805
    Thanks
    2,201
    My Mood
    Sleepy
    It just looks like a ton of square penises.
    Seriously bro learn how to draw a straight line. You related to Michael J. Fox?
    Quote Originally Posted by Dave84311 View Post
    I hate you colin. I really hate you.

  7. The Following User Says Thank You to bowlcut For This Useful Post:

    [MPGH]Psychotic (11-01-2012)

  8. #7
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    Quote Originally Posted by noob555 View Post
    what's the round line under the or gate?
    Its an XOR gate. Output is only high if one input and not the other is high.

    I can just give you the expression for schematic I derived from the truth tables if you want (if that is what you are trying to get from the schematic) :S

    CarryFlagOut = CarryFlagIn AND (Ax XOR Bx) OR (Ax AND Bx)
    Outx = Ax XOR Bx XOR CarryFlagIn

    I literally just repeat that logic for however many bits I want to add. Only because there is no carry for the first bit, I just use the same expression only with CarryFlagIn as zero and you get a simple XOR and AND gate.

    Quote Originally Posted by max620 View Post
    i think itz Boolean algebra and the structure seems like combination of AND, OR n NOR gates.
    not sure though.
    Yeah, it is boolean algebra, but those are XOR gates not NOR gates. NOR gates look like plain OR gates but with a negation bubble at the output.

    The next step is to put this into minecraft :O

    Quote Originally Posted by Arhk View Post
    Any type of engineering you do, you have to cover electricity stuff.
    ~
    Not sure about that. I doubt boolean algebra would be of any use to a civil engineer.

    Quote Originally Posted by Dreamer View Post
    Are you becoming a electronics engineer or something? Looks confusing to me.
    Yeah, atm I am studying Computer\Electrical Engineering.
    Last edited by radnomguywfq3; 11-01-2012 at 01:45 AM.



    There are two types of tragedies in life. One is not getting what you want, the other is getting it.

    If you wake up at a different time in a different place, could you wake up as a different person?


  9. #8
    Azathᴏth's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    49°51′S 128°34′W
    Posts
    13,524
    Reputation
    1136
    Thanks
    1,683
    My Mood
    Lurking
    I will pretend to understand this schematic, apparently drawn by an ingenious 5 year old, and applaud your efforts.

  10. #9
    Ed's Avatar
    Join Date
    Apr 2010
    Gender
    female
    Location
    New Zealand
    Posts
    18,293
    Reputation
    1007
    Thanks
    1,163
    My Mood
    In Love





  11. #10
    Hux's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Candy Kingdom
    Posts
    6,819
    Reputation
    588
    Thanks
    779
    My Mood
    Brooding
    use a ruler man,
    looks like some smart stuff.

  12. #11
    The Reaper's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    MPGH
    Posts
    841
    Reputation
    46
    Thanks
    275
    My Mood
    Dead
    I'm currently studying in Electrical Enginering, and i dont even get anything on this scheme so use a ruler next time, and explain stuff.
    A.K.A Lilleanders
    Quote Originally Posted by Ghost View Post
    I would most likely get wood.

     






    [IMG]https://i218.photobucke*****m/albums/cc13/drunkenfistmaster/gifs/arianakissu.gif[/IMG]

  13. #12
    Arhk's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Engineering
    Posts
    3,618
    Reputation
    35
    Thanks
    217
    My Mood
    Amused
    Quote Originally Posted by Jetamay View Post

    Not sure about that. I doubt boolean algebra would be of any use to a civil engineer.



    Yeah, atm I am studying Computer\Electrical Engineering.
    At my school everyone had to do a semester on it.
    ~
    "If the world hates you, keep in mind that it hated me first." John 15:18

  14. #13
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    Quote Originally Posted by The Reaper View Post
    I'm currently studying in Electrical Enginering, and i dont even get anything on this scheme so use a ruler next time, and explain stuff.

    I already did, in my previous response to Noob555's post. And it isn't that bad. I mean sure, the lines aren't straight, but you can deduce expressions from this. The gates are quite distinctive.

    Designs for 4 bit full adders seem to be fairly consistent with each other, there really isn't much to explain other than to give the expressions I designed the circuit with.

    Its an XOR gate. Output is only high if one input and not the other is high.

    I can just give you the expression for schematic I derived from the truth tables if you want (if that is what you are trying to get from the schematic) :S

    CarryFlagOut = CarryFlagIn AND (Ax XOR Bx) OR (Ax AND Bx)
    Outx = Ax XOR Bx XOR CarryFlagIn

    I literally just repeat that logic for however many bits I want to add. Only because there is no carry for the first bit, I just use the same expression only with CarryFlagIn as zero and you get a simple XOR and AND gate.


    Last edited by radnomguywfq3; 11-01-2012 at 10:07 AM.



    There are two types of tragedies in life. One is not getting what you want, the other is getting it.

    If you wake up at a different time in a different place, could you wake up as a different person?


  15. #14
    noob555's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    o.O
    Posts
    8,235
    Reputation
    511
    Thanks
    1,231
    Quote Originally Posted by Jetamay View Post
    Its an XOR gate. Output is only high if one input and not the other is high.

    I can just give you the expression for schematic I derived from the truth tables if you want (if that is what you are trying to get from the schematic) :S

    CarryFlagOut = CarryFlagIn AND (Ax XOR Bx) OR (Ax AND Bx)
    Outx = Ax XOR Bx XOR CarryFlagIn

    I literally just repeat that logic for however many bits I want to add. Only because there is no carry for the first bit, I just use the same expression only with CarryFlagIn as zero and you get a simple XOR and AND gate.



    Yeah, it is boolean algebra, but those are XOR gates not NOR gates. NOR gates look like plain OR gates but with a negation bubble at the output.

    The next step is to put this into minecraft :O



    Not sure about that. I doubt boolean algebra would be of any use to a civil engineer.



    Yeah, atm I am studying Computer\Electrical Engineering.
    ohh
    Its a xor gate
    I'm taking a digital electronics class myself! It's interesting.

  16. #15
    Geomatrical the 7th's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    ?
    Posts
    669
    Reputation
    17
    Thanks
    811
    Good job, theres some complex shit right there..

Page 1 of 2 12 LastLast

Similar Threads

  1. a lill poem i just put together about all this fuckin sht
    By ShAg123 in forum Art & Graphic Design
    Replies: 12
    Last Post: 01-04-2010, 10:02 PM
  2. hey! mpgh, i just think you should know this...
    By Gourav2122 in forum General
    Replies: 38
    Last Post: 12-12-2009, 01:04 PM
  3. I just spent all day.........
    By radnomguywfq3 in forum Flaming & Rage
    Replies: 10
    Last Post: 12-11-2009, 02:04 PM
  4. just started ps sorry if this suxs
    By Luke420 in forum Art & Graphic Design
    Replies: 3
    Last Post: 09-06-2009, 11:17 AM
  5. Just messin' around and got this.
    By Evil-Ghost in forum Showroom
    Replies: 2
    Last Post: 10-29-2008, 07:57 PM