PIPELINE IMPLEMENTATION OF A PROCESSOR (PART 2)

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

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

  • @supriyakore2379
    @supriyakore2379 3 года назад +1

    This series is Very good👍

  • @ELECTROPHILLIC
    @ELECTROPHILLIC 13 дней назад

    27:43 ( Branch Operation ) : if the cond == 0 only then send the ALUOUT to PC else if cond ==1 send NPC value to PC .

  • @nishantkhanna8222
    @nishantkhanna8222 3 года назад +3

    Sir you are a magnificent teacher

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

    22:27 Rt is R3 & RS Is r10 little correction here

  • @NPALEPUNITHINSANTOSHKUMAR
    @NPALEPUNITHINSANTOSHKUMAR 2 месяца назад

    In IF why we use pc+1

    • @srikanthvadithya9522
      @srikanthvadithya9522 2 месяца назад +1

      Program counter is the special type of register which holds the address of next instruction to be executed..
      So whenever we write pc

    • @ELECTROPHILLIC
      @ELECTROPHILLIC 13 дней назад

      @@srikanthvadithya9522 Actually PC will have the current address of the RAM location , but NPC will always have the next address of RAM and that value is loaded to PC .