Building a 4-Bit Register From D Flip Flops

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024

Комментарии • 20

  • @mRahman92
    @mRahman92 5 месяцев назад +1

    Pretty cool demonstration of a 4-Bit parallel shift register. Nice touch with the Load signal enable switch. Other videos don't cover that kind of stuff until much later.

  • @w6npusha
    @w6npusha 11 месяцев назад +1

    thank you, you're saving my semester😌

  • @Alltesters4QC
    @Alltesters4QC 5 лет назад +6

    Thank you! Good explanation, answered my questions!

  • @pedrinelastronauta
    @pedrinelastronauta 7 лет назад +22

    nice and slow pal... just the way i like my explanations

    • @JacobSchrum
      @JacobSchrum  2 года назад +1

      I usually encourage my students to use the settings to set the playback speed to 2X, but whatever works for you.

  • @iluk9038
    @iluk9038 3 года назад

    I wanna ask you that how can we design this circuit without gating the main clock? Thanks.

  • @LeonidSaykin
    @LeonidSaykin 2 года назад

    I've never heard about disabling a clock from sending signals.

  • @juanandresnietoburrola8752
    @juanandresnietoburrola8752 4 года назад

    how can i do it using combinational circuits?

  • @hobo9968
    @hobo9968 6 лет назад +2

    God bless you!

  • @jaisuphavadeeprasit4963
    @jaisuphavadeeprasit4963 3 года назад

    Does this also work for SR latches??

    • @hayden3774
      @hayden3774 2 года назад +2

      A D flip flop is an SR latch (just with S and R tied together and one of the lines inverted, and with extra clock input) .. SR latch does not connect to clock so this wouldnt make sense for SR latch

  • @abzx.
    @abzx. 8 месяцев назад +1

    im cooked

  • @NostalgiaT
    @NostalgiaT 6 лет назад

    u said if clock is 1 then when D is 0 then output will be 0 but when u said when theres no clock the output will remain at its previous output can u explain this part when theres is no clock?

    • @hayden3774
      @hayden3774 2 года назад

      When there is no clock ( clock = 0 ) then the register does not look at D at all. It only looks at D when clock switches from 0 to 1... also called the rising edge of the clock. If clock = 1 and D = 0, then output Q = 0, however if D changes from 0 to 1 before clock goes back to 0, Q does not change because it only changes when clock switches from 0 to 1.. not when it is 1 and not when it changes from 1 to 0

  • @NostalgiaT
    @NostalgiaT 6 лет назад

    can u tell me what im supposed to get from this video?

    • @wadzanaikanongovere4798
      @wadzanaikanongovere4798 9 месяцев назад

      You can’t get anything from this video because you’re thick headed.

  • @NostalgiaT
    @NostalgiaT 6 лет назад

    You should have shown an example how it is done .