Pipeline Processor | CPU Simulator

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ก.พ. 2022
  • Hey there, in this video we will going through the simulation process of Pipeline processor using CPU Simulator.
    Below is the program:
    program pipeline
    L=10
    M=20
    N=30
    M=M+L
    N=N+L
    L=L/2
    L=L+1
    end
    Buy Me a coffee: www.buymeacoffee.com/codejedi96
    Subscribe ► / @codejedi_96

ความคิดเห็น • 7

  • @codejedi_96
    @codejedi_96  4 หลายเดือนก่อน

    Program link: gist.github.com/codejedi96/d83ceb7938e7fc6a2bdd5b5473256143

  • @tapanmishra0
    @tapanmishra0 2 ปีที่แล้ว

    Process is extremely well articulated.

  • @vigilanteforjustice2614
    @vigilanteforjustice2614 2 ปีที่แล้ว +1

    thank you. this was my assignment.

  • @sivashankar47
    @sivashankar47 10 หลายเดือนก่อน +1

    Hi, Thanks for the video. It helps to start my assignment.

  • @vidhyaprakash85
    @vidhyaprakash85 8 หลายเดือนก่อน

    how cpi value is calculated

  • @HamisiHamisi-xk3qb
    @HamisiHamisi-xk3qb 6 หลายเดือนก่อน

    Sir can you show the syntax of those program

    • @codejedi_96
      @codejedi_96  4 หลายเดือนก่อน

      Hi, it's there in the description