Faster binary addition: the carry lookahead adder

This video series starts at the very beginning and shows each step in the design of modern computing hardware. From bits to gates to registers to CPU. A followup video series will show how the CPU is expanded with modern techniques like cache, pipelining and multiprocessing.

Пікірлер: 5

  • @ahmetkarakartal9563
    @ahmetkarakartal9563 Жыл бұрын

    Thank you so much. I did pass the Logic Design course in my university with your help.

  • @shayorshayorshayor
    @shayorshayorshayor Жыл бұрын

    This guy is next level

  • @Churchill7and8
    @Churchill7and8 Жыл бұрын

    Your Karnaugh maps videos really helped me last semester, this certainly deserved more views. Thank you so much Sir and I pray that the Savior Jesus will bless you

  • @linamishima
    @linamishima Жыл бұрын

    I got nerdsniped and realised I couldn't remember how to solve the ripple adder delay, and went looking for information, this was *excellent*, thank you! One thing to note - the diagrams at the end makes the maths far more clear, it really wasn't 'clicking' for me at all until I saw the P & G outputs on the full adder. As soon as I saw that, though, 🤯 instantly got the idea and why it turns adding into a constant time operation! :D Also, I think the looping backwards to the G/P bus might not be the clearest way to teach this - I wonder if pulling apart the CLA into the G/P stage and Adding stage, then running the bus down the middle, would help make it clearer that there's no longer any ripple, that it just flows with each bit 'slice' operating separately, never waiting for another

  • @therelaxedcoder
    @therelaxedcoder Жыл бұрын

    Helped a ton during my computer architecture course. You are the man when it comes to logic circuits